summaryrefslogtreecommitdiff
path: root/toolchain/eglibc
diff options
context:
space:
mode:
authorMirko Vogt <mirko@openwrt.org>2011-06-18 11:14:07 +0000
committerMirko Vogt <mirko@openwrt.org>2011-06-18 11:14:07 +0000
commit2e1b73912d4eb749901c4f0ab248b64339895cb1 (patch)
tree5d39a725d38dd3962adae40949983c67ae5c26e8 /toolchain/eglibc
parent7493d8260f816895c8963c6ecd99de7697985f1e (diff)
downloadmtk-20170518-2e1b73912d4eb749901c4f0ab248b64339895cb1.zip
mtk-20170518-2e1b73912d4eb749901c4f0ab248b64339895cb1.tar.gz
mtk-20170518-2e1b73912d4eb749901c4f0ab248b64339895cb1.tar.bz2
patch: add /usr/lib to default search path of dynamic linker
SVN-Revision: 27216
Diffstat (limited to 'toolchain/eglibc')
-rw-r--r--toolchain/eglibc/patches/2.12/200-add-dl-search-paths.patch16
-rw-r--r--toolchain/eglibc/patches/2.13/200-add-dl-search-paths.patch16
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 0000000..91ef61b
--- /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 0000000..91ef61b
--- /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)