Bug #229
strongswan-5.0.0 and git HEAD fail to build when ./configure --enable-ikev1 --disable-ikev2
Start date:
22.09.2012
Due date:
Estimated time:
Affected version:
5.0.0
Resolution:
Fixed
Description
When configured with IKEv1 but not IKEv2, the libraries charon links against lack symbol ike_auth_lifetime_create which is provided by ike_auth_lifetime.c. This patch makes sure ike_auth_lifetime.c is compiled and linked into libcharon.so.
This was hit in Gentoo. Downstream bug: https://bugs.gentoo.org/show_bug.cgi?id=435614
History
#1 Updated by Anthony Basile almost 13 years ago
#2 Updated by Tobias Brunner almost 13 years ago
- Category set to libcharon
- Status changed from New to Closed
- Assignee set to Tobias Brunner
- Target version set to 5.0.1
- Resolution set to Fixed
Fixed in master, thanks for the report.