From e57d4b04d417bdc49fd28cd83c0a1a62ac2e3db4 Mon Sep 17 00:00:00 2001 From: mirko Date: Sat, 18 Jun 2011 11:14:07 +0000 Subject: [toolchain/eglibc] patch: add /usr/lib to default search path of dynamic linker git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27216 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../eglibc/patches/2.12/200-add-dl-search-paths.patch | 16 ++++++++++++++++ .../eglibc/patches/2.13/200-add-dl-search-paths.patch | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 toolchain/eglibc/patches/2.12/200-add-dl-search-paths.patch create mode 100644 toolchain/eglibc/patches/2.13/200-add-dl-search-paths.patch (limited to 'toolchain/eglibc/patches') diff --git a/toolchain/eglibc/patches/2.12/200-add-dl-search-paths.patch b/toolchain/eglibc/patches/2.12/200-add-dl-search-paths.patch new file mode 100644 index 000000000..91ef61b1e --- /dev/null +++ b/toolchain/eglibc/patches/2.12/200-add-dl-search-paths.patch @@ -0,0 +1,16 @@ +add /usr/lib to default search path for the dynamic linker + +diff --git a/libc/Makeconfig b/libc/Makeconfig +index 1a9ad87..2d4d3f7 100644 +--- a/libc/Makeconfig ++++ b/libc/Makeconfig +@@ -479,6 +479,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) diff --git a/toolchain/eglibc/patches/2.13/200-add-dl-search-paths.patch b/toolchain/eglibc/patches/2.13/200-add-dl-search-paths.patch new file mode 100644 index 000000000..91ef61b1e --- /dev/null +++ b/toolchain/eglibc/patches/2.13/200-add-dl-search-paths.patch @@ -0,0 +1,16 @@ +add /usr/lib to default search path for the dynamic linker + +diff --git a/libc/Makeconfig b/libc/Makeconfig +index 1a9ad87..2d4d3f7 100644 +--- a/libc/Makeconfig ++++ b/libc/Makeconfig +@@ -479,6 +479,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.2.3