summaryrefslogtreecommitdiffstats
path: root/toolchain/glibc/patches/2.15/200-add-dl-search-paths.patch
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/glibc/patches/2.15/200-add-dl-search-paths.patch')
-rw-r--r--toolchain/glibc/patches/2.15/200-add-dl-search-paths.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/toolchain/glibc/patches/2.15/200-add-dl-search-paths.patch b/toolchain/glibc/patches/2.15/200-add-dl-search-paths.patch
deleted file mode 100644
index 70e7e604de..0000000000
--- a/toolchain/glibc/patches/2.15/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
-@@ -539,6 +539,9 @@
- 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)