]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
strongswan: Update to 5.1.0dr2.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 14 Jul 2013 10:58:38 +0000 (12:58 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 14 Jul 2013 10:58:38 +0000 (12:58 +0200)
lfs/strongswan

index c370181ff1e196fb3a0c288b1585e2aa31c69745..372320705e362df96019553fafcd1a30ae3b1d23 100644 (file)
 
 include Config
 
-VER        = 5.1.0dr1
-GIT_VER    = 1d72875
+VER        = 5.1.0dr2
 
 THISAPP    = strongswan-$(VER)
-DL_FILE    = $(THISAPP).tar.gz
+DL_FILE    = $(THISAPP).tar.bz2
 DL_FROM    = $(URL_IPFIRE)
-DIR_APP    = $(DIR_SRC)/strongswan-$(GIT_VER)
+DIR_APP    = $(DIR_SRC)/strongswan-$(VER)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
 ifeq "$(MACHINE)" "i586"
@@ -47,7 +46,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = c5698c2c56f3ce08e5515f375fc99cef
+$(DL_FILE)_MD5 = fce82d733d6aaaafdea652eb157ba45a
 
 install : $(TARGET)
 
@@ -89,7 +88,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                --enable-eap-radius \
                $(PADLOCK)
 
-       cd $(DIR_APP) && make $(MAKETUNING)
+       cd $(DIR_APP) && make $(MAKETUNING) LDFLAGS="-lrt"
        cd $(DIR_APP) && make install
 
        # Remove all library files we don't want or need.