]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/strongswan
make.sh: Cleanup of polluted environment
[ipfire-2.x.git] / lfs / strongswan
index fffa9af0f2cc96ae663a39b125affe5f7de82b13..32f549219b8e47a36db604f5cde0417b7e5fc13c 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 5.5.1
+VER        = 5.5.2
 
 THISAPP    = strongswan-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/strongswan-$(VER)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
-ifeq "$(MACHINE)" "i586"
+ifeq "$(BUILD_ARCH)" "i586"
        CONFIGURE_OPTIONS = \
                --enable-padlock
 else
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 4eba9474f7dc6c8c8d7037261358e68d
+$(DL_FILE)_MD5 = 546f7e5346b754f5946ff1282702ceb9
 
 install : $(TARGET)