]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/libloc
libloc: Import recent patches from upstream
[ipfire-2.x.git] / lfs / libloc
index da53e5149479593101340a77f248fb6f942c1aa2..65270eb24b262878bbaeac37c4c2100b16064e0c 100644 (file)
@@ -78,6 +78,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xvf $(DIR_DL)/$(DL_FILE)
 
+       # Import changes from upstream
+       cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/libloc-0.9.4-upstream.patch
+
        # Add patch for i586 to disable strong stack protector.
 ifeq "$(BUILD_ARCH)" "i586"
        cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/libloc-0.9.3-perl-i586-regular-stack-protector.patch