X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fstrongswan;h=380d351d9fd864aed723ca18f5d3d970080503a0;hb=68b6a4380f400ab0c13a357943fef3e6a948404a;hp=51fae7773c9d89724cdf11a83b1d9bc8287b2843;hpb=51dcdbc3b94ea73fddd77c73f1a54dded06db7c0;p=people%2Fteissler%2Fipfire-2.x.git diff --git a/lfs/strongswan b/lfs/strongswan index 51fae7773..380d351d9 100644 --- a/lfs/strongswan +++ b/lfs/strongswan @@ -24,7 +24,7 @@ include Config -VER = 4.4.1 +VER = 4.5.0 THISAPP = strongswan-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = b5730083d8d98e71eada2f7aa93f74af +$(DL_FILE)_MD5 = cfbd6efef87830a2e7cc4175bde7ac84 install : $(TARGET) @@ -73,7 +73,10 @@ $(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" --enable-cisco-quirks + cd $(DIR_APP) && ./configure --prefix="/usr" --sysconfdir="/etc" \ + --enable-cisco-quirks \ + --enable-curl + cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install