Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | configure: Check for and explicitly link against -latomic | Martin Willi | 2016-06-14 | 1 | -1/+2 |
| | | | | | Some C libraries, such as uClibc, require an explicit link for some atomic functions. Check for any libatomic, and explcily link it. | ||||
* | libhydra: Remove empty unused library | Tobias Brunner | 2016-03-03 | 1 | -2/+0 |
| | |||||
* | configure: Support systemd >= 209 | Chris Patterson | 2015-12-21 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | libsystemd-journal and libsystemd-daemon are now just part of libsystemd. Keep original systemd checks as a fallback. Updates charon-systemd/Makefile.am accordingly. Tested on: - debian wheezy (systemd v44) - ubuntu 15.10 (systemd v255). Signed-off-by: Chris Patterson <pattersonc@ainfosec.com> Closes strongswan/strongswan#24. | ||||
* | systemd: Discover and check systemd libraries with pkg-config during configure | Martin Willi | 2014-09-22 | 1 | -1/+2 |
| | |||||
* | systemd: Add a native systemd journal logger | Martin Willi | 2014-09-22 | 1 | -1/+1 |
| | |||||
* | systemd: Provide a charon-systemd daemon targeting full systemd integration | Martin Willi | 2014-09-22 | 1 | -0/+18 |