From: <abe...@us...> - 2016-11-12 23:42:41
|
Revision: 7951 http://sourceforge.net/p/astlinux/code/7951 Author: abelbeck Date: 2016-11-12 23:42:38 +0000 (Sat, 12 Nov 2016) Log Message: ----------- strongswan, make /etc/swanctl symlink conditional on BR2_PACKAGE_STRONGSWAN_VICI value 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-12 19:36:06 UTC (rev 7950) +++ branches/1.0/package/strongswan/strongswan.mk 2016-11-12 23:42:38 UTC (rev 7951) @@ -8,7 +8,7 @@ STRONGSWAN_SOURCE = strongswan-$(STRONGSWAN_VERSION).tar.bz2 STRONGSWAN_SITE = https://download.strongswan.org STRONGSWAN_DEPENDENCIES = openssl host-pkg-config -STRONGSWAN_TARGET_ETC = ipsec.conf ipsec.d ipsec.secrets strongswan.conf strongswan.d swanctl +STRONGSWAN_TARGET_ETC = ipsec.conf ipsec.d ipsec.secrets strongswan.conf strongswan.d $(if $(BR2_PACKAGE_STRONGSWAN_VICI),swanctl) STRONGSWAN_CONF_OPT += \ --without-lib-prefix \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |