From: <abe...@us...> - 2016-11-13 14:33:26
|
Revision: 7953 http://sourceforge.net/p/astlinux/code/7953 Author: abelbeck Date: 2016-11-13 14:33:23 +0000 (Sun, 13 Nov 2016) Log Message: ----------- strongswan, disable building static libs Modified Paths: -------------- branches/1.0/package/strongswan/strongswan.mk Modified: branches/1.0/package/strongswan/strongswan.mk =================================================================== --- branches/1.0/package/strongswan/strongswan.mk 2016-11-13 12:46:47 UTC (rev 7952) +++ branches/1.0/package/strongswan/strongswan.mk 2016-11-13 14:33:23 UTC (rev 7953) @@ -11,6 +11,7 @@ STRONGSWAN_TARGET_ETC = ipsec.conf ipsec.d ipsec.secrets strongswan.conf strongswan.d $(if $(BR2_PACKAGE_STRONGSWAN_VICI),swanctl) STRONGSWAN_CONF_OPT += \ + --disable-static \ --without-lib-prefix \ --enable-led=no \ --enable-pkcs11=no \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |