From 1d2c7dd65e14cbed2abafd443ddf0cfc1bd4597f Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 12 Mar 2015 20:29:50 +0000 Subject: glibc: remove accidentally commited folder Signed-off-by: John Crispin SVN-Revision: 44703 --- toolchain/patches/2.15/200-add-dl-search-paths.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 toolchain/patches/2.15/200-add-dl-search-paths.patch (limited to 'toolchain/patches/2.15/200-add-dl-search-paths.patch') diff --git a/toolchain/patches/2.15/200-add-dl-search-paths.patch b/toolchain/patches/2.15/200-add-dl-search-paths.patch deleted file mode 100644 index 70e7e604de..0000000000 --- a/toolchain/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) -- cgit v1.2.3