Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-06 | s4-waf: support the use of system libraries | Andrew Tridgell | 1 | -0/+15 | |
distros can set --bundled-libraries=NONE to force use of all system libraries. If the right version isn't found then configure will fail. Users may choose which libraries to use from the system, and which to use bundled libs. The default is to try system libs, and use them if their version matches the one in the source tree. | |||||
2010-04-06 | build: better control over bundled library extensions | Andrew Tridgell | 1 | -9/+23 | |
2010-04-06 | build: added support for controlling library types | Andrew Tridgell | 1 | -0/+28 | |
added: --bundled-library-extension : control library extension for bundled libraries --builtin-libraries : force a list of libraries to be builtin (non-shared) |