X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fstrongswan;h=dd1f0ac848b7a1bb09d279df8750d831849626c5;hp=9ac2e68c7e74163b4af2fe6bf4df8ebd70c6642e;hb=58c74d078780b88bf060fa179bd55dd483164b87;hpb=2e053370ab64a3f516fc7f9e4897c5b48eae580d diff --git a/lfs/strongswan b/lfs/strongswan index 9ac2e68c7e..dd1f0ac848 100644 --- a/lfs/strongswan +++ b/lfs/strongswan @@ -24,7 +24,7 @@ include Config -VER = 5.1.0 +VER = 5.2.1 THISAPP = strongswan-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -33,9 +33,11 @@ DIR_APP = $(DIR_SRC)/strongswan-$(VER) TARGET = $(DIR_INFO)/$(THISAPP) ifeq "$(MACHINE)" "i586" - PADLOCK = --enable-padlock + CONFIGURE_OPTIONS = \ + --enable-padlock else - PADLOCK = --disable-padlock + CONFIGURE_OPTIONS = \ + --disable-padlock endif ############################################################################### @@ -46,7 +48,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = c1cd0a3ba9960f590cae28c8470800e8 +$(DL_FILE)_MD5 = dd3717c0aa59ab4591ca1812941ebb82 install : $(TARGET) @@ -83,17 +85,21 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --prefix="/usr" \ --sysconfdir="/etc" \ --enable-curl \ + --enable-dhcp \ + --enable-farp \ --enable-openssl \ + --enable-gcrypt \ --enable-xauth-eap \ + --enable-xauth-noauth \ --enable-eap-radius \ --enable-eap-tls \ --enable-eap-ttls \ --enable-eap-peap \ --enable-eap-mschapv2 \ --enable-eap-identity \ - $(PADLOCK) + $(CONFIGURE_OPTIONS) - cd $(DIR_APP) && make $(MAKETUNING) LDFLAGS="-lrt" + cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install # Remove all library files we don't want or need.