Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build all shared libraries with -no-undefined and link them properly | Tobias Brunner | 2013-09-12 | 1 | -2/+6 |
| | | | | | | | | | | The flag is required to convince libtool on Cygwin to build DLLs. But on Windows these shared libraries can not have undefined symbols, so we have to link them explicitly to the libraries they reference. For plugins this is currently not done, so only the monolithic build is supported. The plugin loader wouldn't be able to load DLLs anyway, as it tries to load files that don't exist on Cygwin. | ||||
* | automake: replace INCLUDES by AM_CPPFLAGS | Martin Willi | 2013-07-18 | 1 | -2/+7 |
| | | | | | | INCLUDES are now deprecated and throw warnings when using automake 1.13. We now also differentiate AM_CPPFLAGS and AM_CFLAGS, where includes and defines are passed to AM_CPPFLAGS only. | ||||
* | libfast: add a fast_ prefix to all classes, avoiding namespace clashes | Martin Willi | 2013-07-18 | 1 | -2/+3 |
| | |||||
* | Install dev headers only if --with-dev-headers= option is set | Martin Willi | 2012-07-11 | 1 | -1/+3 |
| | |||||
* | Install libfast development headers | Martin Willi | 2012-07-11 | 1 | -2/+7 |
| | |||||
* | Check if ClearSilver actually requires zlib | Martin Willi | 2011-09-02 | 1 | -1/+1 |
| | |||||
* | Don't install the libraries directly in lib/. | Tobias Brunner | 2011-07-05 | 1 | -1/+1 |
| | | | | | Instead use a subdirectory (prefix/lib/ipsec by default). Also moved the plugins from libexec to a subdirectory of that dir. | ||||
* | We actually need to link against libz, as neo libraries are often static | Martin Willi | 2011-06-15 | 1 | -1/+1 |
| | | | | This reverts commit 3c0630a797a18ad353167e56feb21476b4553834. | ||||
* | libfast does not depend on zlib directly, clearsilver can be built without ↵ | Martin Willi | 2011-06-01 | 1 | -1/+1 |
| | | | | compression support | ||||
* | Added a very minimalistic SMTP client to send mails via a local Exim | Martin Willi | 2010-03-11 | 1 | -1/+1 |
| | |||||
* | Check if libpthread is required or not. | Tobias Brunner | 2009-12-23 | 1 | -1/+1 |
| | |||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 1 | -0/+8 |