]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/openssl
Done a whole review of the lfs to make building more paralell
[ipfire-2.x.git] / lfs / openssl
index 681e4d7920404f445026726759d7993be042ce19..f8e84d7999ca7a5474e5658345ef6d8b78373bf0 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 0.9.8g
+VER        = 0.9.8i
 
 THISAPP    = openssl-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = acf70a16359bf3658bdfb74bda1c4419
+$(DL_FILE)_MD5 = 561e00f18821c74b2b86c8c7786f9d8b
 
 install : $(TARGET)
 
@@ -70,6 +70,9 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
+ifeq "$(PADLOCK)" "1"
+       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/openssl-0.9.8g-engine-padlock.patch
+endif
        @rm -rf /etc/ssl
        cd $(DIR_APP) && sed -i -e 's/mcpu/march/' config
        cd $(DIR_APP) && sed -i -e 's/-O3/-O2/' -e 's/-march=i486/-march=i586/' Configure