]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/openssl-compat
openssl-compat: Do not try to apply missing padlock patch
[ipfire-2.x.git] / lfs / openssl-compat
index a8ccdf9d0d2ce04edb28868d9769b54276231f61..188baa07322cbef2fb04e45be8f59404a14f52fe 100644 (file)
@@ -121,7 +121,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 
        # i586 specific patches
 ifeq "$(BUILD_ARCH)" "i586"
-       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/openssl-1.0.2a_auto_enable_padlock.patch
        cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/openssl-1.0.2a_disable_ssse3_for_amd.patch
 endif