From f354297fa968aabf92f1e95364bb86a0fbc03c75 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 24 Feb 2014 15:35:07 +0000 Subject: eglibc: add version 2.19 Signed-off-by: Felix Fietkau SVN-Revision: 39742 --- .../eglibc/patches/2.19/200-add-dl-search-paths.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create 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 new file mode 100644 index 0000000..fa192ca --- /dev/null +++ b/toolchain/eglibc/patches/2.19/200-add-dl-search-paths.patch @@ -0,0 +1,14 @@ +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