summaryrefslogtreecommitdiffstats
path: root/toolchain/glibc/patches/2.21/200-add-dl-search-paths.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-02-25 13:43:46 +0000
committerFelix Fietkau <nbd@openwrt.org>2016-02-25 13:43:46 +0000
commit64da662a88aafb7f8a1637fa0e29118445e98252 (patch)
treec601855bdfed4512539d079ef062803f41cede21 /toolchain/glibc/patches/2.21/200-add-dl-search-paths.patch
parent5be9e97a82e019f91fabf6b3e6998d07ecad81bc (diff)
downloadmaster-31e0f0ae-64da662a88aafb7f8a1637fa0e29118445e98252.tar.gz
master-31e0f0ae-64da662a88aafb7f8a1637fa0e29118445e98252.tar.bz2
master-31e0f0ae-64da662a88aafb7f8a1637fa0e29118445e98252.zip
toolchain/glibc: remove obsolete versions
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48780
Diffstat (limited to 'toolchain/glibc/patches/2.21/200-add-dl-search-paths.patch')
-rw-r--r--toolchain/glibc/patches/2.21/200-add-dl-search-paths.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/toolchain/glibc/patches/2.21/200-add-dl-search-paths.patch b/toolchain/glibc/patches/2.21/200-add-dl-search-paths.patch
deleted file mode 100644
index 070f938fe3..0000000000
--- a/toolchain/glibc/patches/2.21/200-add-dl-search-paths.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-add /usr/lib to default search path for the dynamic linker
-
---- a/Makeconfig
-+++ b/Makeconfig
-@@ -499,6 +499,9 @@ else
- default-rpath = $(libdir)
- endif
-
-+# Add /usr/lib to default search path for the dynamic linker
-+user-defined-trusted-dirs := /usr/lib
-+
- ifndef link-extra-libs
- link-extra-libs = $(LDLIBS-$(@F))
- link-extra-libs-static = $(link-extra-libs)