]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/openssl
strongswan: Update to 5.3.5
[ipfire-2.x.git] / lfs / openssl
index e2df1dbc61eee5c915a29572846b70373fbdce3f..1dc24ac2a6922be3e8dfdce8a97b99a8e3653b55 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.0.2d
+VER        = 1.0.2e
 
 THISAPP    = openssl-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -63,7 +63,7 @@ CONFIGURE_OPTIONS = \
        -DSSL_FORBID_ENULL
 
 ifeq "$(MACHINE)" "x86_64"
-       CONFIGURE_ARGS = linux-x86_64
+       CONFIGURE_OPTIONS += linux-x86_64
 endif
 
 ifeq "$(MACHINE)" "i586"
@@ -86,7 +86,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 38dd619b2e77cbac69b99f52a053d25a
+$(DL_FILE)_MD5 = 2218c1a6f807f7206c11eb3ee3a5ec80
 
 install : $(TARGET)
 
@@ -127,6 +127,10 @@ ifeq "$(MACHINE)" "i586"
        cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/openssl-1.0.2a_disable_ssse3_for_amd.patch
 endif
 
+       # With openssl 1.0.2e, pod2mantest is missing
+       echo -e "#!/bin/bash\necho \$$(which pod2man)" > $(DIR_APP)/util/pod2mantest
+       chmod a+x $(DIR_APP)/util/pod2mantest
+
        # Apply our CFLAGS
        cd $(DIR_APP) && sed -i Configure \
                -e "s/-O3 -fomit-frame-pointer/$(CFLAGS)/g"