]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Enabled support of Cisco VPN client (necessary vor Iphone VPN)
authorDirk Wagner <glotzi@ipfire.org>
Thu, 15 Jul 2010 13:21:25 +0000 (15:21 +0200)
committerDirk Wagner <glotzi@ipfire.org>
Thu, 15 Jul 2010 13:21:25 +0000 (15:21 +0200)
lfs/strongswan

index 66cfd0efce63f10a115c2b3230b14715c438919b..6e8c74780be7bb1b187a1cd4bf59718c80eff0ca 100644 (file)
@@ -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