]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
openssl-compat: Do not try to apply missing padlock patch
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 22 Feb 2018 18:52:03 +0000 (18:52 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 22 Feb 2018 18:52:03 +0000 (18:52 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
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