X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fstrongswan;h=600a16f46324fbd6e4986e65a937119a66c175e9;hb=7add463e51039d0409545f7279d43a66eba1d532;hp=c7abf7a4d3837d3c4fbc48fa418399fe74eeb928;hpb=afa75939328ba211a8905da1749711d2189c70bf;p=people%2Fteissler%2Fipfire-2.x.git diff --git a/lfs/strongswan b/lfs/strongswan index c7abf7a4d..600a16f46 100644 --- a/lfs/strongswan +++ b/lfs/strongswan @@ -24,7 +24,7 @@ include Config -VER = 5.1.1 +VER = 5.1.2 THISAPP = strongswan-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -34,12 +34,10 @@ TARGET = $(DIR_INFO)/$(THISAPP) ifeq "$(MACHINE)" "i586" CONFIGURE_OPTIONS = \ - --enable-padlock \ - --enable-rdrand + --enable-padlock else CONFIGURE_OPTIONS = \ - --disable-padlock \ - --disable-rdrand + --disable-padlock endif ############################################################################### @@ -50,7 +48,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = e3af3d493d22286be3cd794533a8966a +$(DL_FILE)_MD5 = d45a2e89c624bceaf2e53c9b9cdddf83 install : $(TARGET) @@ -80,15 +78,15 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) - - cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/strongswan-4.5.3_ipfire.patch - cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/strongswan-5.1.1-delay-dpd.patch + cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/strongswan-5.0.2_ipfire.patch cd $(DIR_APP) && [ -x "configure" ] || ./autogen.sh cd $(DIR_APP) && ./configure \ --prefix="/usr" \ --sysconfdir="/etc" \ --enable-curl \ + --enable-dhcp \ + --enable-farp \ --enable-openssl \ --enable-xauth-eap \ --enable-eap-radius \