]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/libloc
Drop support for i586
[ipfire-2.x.git] / lfs / libloc
index f57918e4e5caae721ec42bf50df6e8dab3d59458..332bb6a41a248e0721af6cc4e969a42fa3327782 100644 (file)
@@ -77,12 +77,6 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xvf $(DIR_DL)/$(DL_FILE)
-
-       # Add patch for i586 to disable strong stack protector.
-ifeq "$(BUILD_ARCH)" "i586"
-       cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/libloc/libloc-0.9.3-perl-i586-regular-stack-protector.patch
-endif
-
        cd $(DIR_APP) && ./autogen.sh
        cd $(DIR_APP) && ./configure \
                --prefix=/usr \