aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/patches/2.19/200-add-dl-search-paths.patch
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-03-12 20:29:50 +0000
committerJohn Crispin <john@openwrt.org>2015-03-12 20:29:50 +0000
commit1d2c7dd65e14cbed2abafd443ddf0cfc1bd4597f (patch)
tree522f63a62e454f43884511b0c53120983a01a003 /toolchain/patches/2.19/200-add-dl-search-paths.patch
parent3e2f57835342074a90843077c1c63c88a42e6217 (diff)
downloadupstream-1d2c7dd65e14cbed2abafd443ddf0cfc1bd4597f.tar.gz
upstream-1d2c7dd65e14cbed2abafd443ddf0cfc1bd4597f.tar.bz2
upstream-1d2c7dd65e14cbed2abafd443ddf0cfc1bd4597f.zip
glibc: remove accidentally commited folder
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44703
Diffstat (limited to 'toolchain/patches/2.19/200-add-dl-search-paths.patch')
-rw-r--r--toolchain/patches/2.19/200-add-dl-search-paths.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/toolchain/patches/2.19/200-add-dl-search-paths.patch b/toolchain/patches/2.19/200-add-dl-search-paths.patch
deleted file mode 100644
index fa192ca1cd..0000000000
--- a/toolchain/patches/2.19/200-add-dl-search-paths.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-add /usr/lib to default search path for the dynamic linker
-
---- a/libc/Makeconfig
-+++ b/libc/Makeconfig
-@@ -501,6 +501,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)