From 875ce0bf503b6b8b2cf35b39a1b2776aee118645 Mon Sep 17 00:00:00 2001 From: mirko Date: Sat, 28 Apr 2012 22:24:12 +0000 Subject: [toolchain/glibc*] purge support for glibc - use eglibc instead! for reference: http://www.mail-archive.com/openwrt-devel@lists.openwrt.org/msg13425.html git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31503 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- toolchain/glibc/patches/2.14/200-add_dl_search_path.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 toolchain/glibc/patches/2.14/200-add_dl_search_path.patch (limited to 'toolchain/glibc/patches/2.14/200-add_dl_search_path.patch') diff --git a/toolchain/glibc/patches/2.14/200-add_dl_search_path.patch b/toolchain/glibc/patches/2.14/200-add_dl_search_path.patch deleted file mode 100644 index 2f4a48f20..000000000 --- a/toolchain/glibc/patches/2.14/200-add_dl_search_path.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/Makeconfig -+++ b/Makeconfig -@@ -529,6 +529,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