From: Dirk Wagner Date: Thu, 15 Jul 2010 13:21:25 +0000 (+0200) Subject: Enabled support of Cisco VPN client (necessary vor Iphone VPN) X-Git-Tag: v2.9-beta1~159 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=63041e32e8f264e83743a31477cb6a5c664472e5 Enabled support of Cisco VPN client (necessary vor Iphone VPN) --- diff --git a/lfs/strongswan b/lfs/strongswan index 66cfd0efce..6e8c74780b 100644 --- a/lfs/strongswan +++ b/lfs/strongswan @@ -73,7 +73,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/strongswan-4.4.0_ipfire.patch - cd $(DIR_APP) && ./configure --prefix="/usr" --sysconfdir="/etc" + cd $(DIR_APP) && ./configure --prefix="/usr" --sysconfdir="/etc" --enable-cisco-quirks cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install