From 3e2f57835342074a90843077c1c63c88a42e6217 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 12 Mar 2015 19:50:57 +0000 Subject: toolchain: The glorious return of glibc, ver 2.21 It's the eglibc packaging with a bit of spit-polishing. And testing. :-) [blogic: merged glibc and eglibc into 1 and made eglibc a glibc variant] Signed-off-by: Jeff Waugh Signed-off-by: John Crispin SVN-Revision: 44701 --- .../eglibc/patches/2.19/200-add-dl-search-paths.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 toolchain/eglibc/patches/2.19/200-add-dl-search-paths.patch (limited to 'toolchain/eglibc/patches/2.19/200-add-dl-search-paths.patch') diff --git a/toolchain/eglibc/patches/2.19/200-add-dl-search-paths.patch b/toolchain/eglibc/patches/2.19/200-add-dl-search-paths.patch deleted file mode 100644 index fa192ca..0000000 --- a/toolchain/eglibc/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) -- cgit v1.1