mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
libloc: Import recent patches from upstream
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -1,12 +1,15 @@
|
||||
usr/bin/location
|
||||
#usr/bin/location-importer
|
||||
#usr/include/libloc
|
||||
#usr/include/libloc/as-list.h
|
||||
#usr/include/libloc/as.h
|
||||
#usr/include/libloc/compat.h
|
||||
#usr/include/libloc/country-list.h
|
||||
#usr/include/libloc/country.h
|
||||
#usr/include/libloc/database.h
|
||||
#usr/include/libloc/format.h
|
||||
#usr/include/libloc/libloc.h
|
||||
#usr/include/libloc/network-list.h
|
||||
#usr/include/libloc/network.h
|
||||
#usr/include/libloc/private.h
|
||||
#usr/include/libloc/resolv.h
|
||||
|
||||
@@ -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
|
||||
|
||||
7629
src/patches/libloc-0.9.4-upstream.patch
Normal file
7629
src/patches/libloc-0.9.4-upstream.patch
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user