diff options
author | Mirko Vogt <mirko@openwrt.org> | 2011-06-18 11:14:07 +0000 |
---|---|---|
committer | Mirko Vogt <mirko@openwrt.org> | 2011-06-18 11:14:07 +0000 |
commit | 82322c1e1c0b3276cef27cec2db47e4f1212b2c3 (patch) | |
tree | 3dc2644a82b070bbfe68e86dabd19e3e041e16e0 | |
parent | 8fd46011a89c8dd0459ebe0ed6f91878054fe0ab (diff) | |
download | upstream-82322c1e1c0b3276cef27cec2db47e4f1212b2c3.tar.gz upstream-82322c1e1c0b3276cef27cec2db47e4f1212b2c3.tar.bz2 upstream-82322c1e1c0b3276cef27cec2db47e4f1212b2c3.zip |
[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
-rw-r--r-- | toolchain/eglibc/patches/2.12/200-add-dl-search-paths.patch | 16 | ||||
-rw-r--r-- | toolchain/eglibc/patches/2.13/200-add-dl-search-paths.patch | 16 |
2 files changed, 32 insertions, 0 deletions
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 0000000000..91ef61b1ea --- /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 0000000000..91ef61b1ea --- /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) |