From 2e1b73912d4eb749901c4f0ab248b64339895cb1 Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Sat, 18 Jun 2011 11:14:07 +0000 Subject: patch: add /usr/lib to default search path of dynamic linker SVN-Revision: 27216 --- .../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') 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) -- cgit v1.2.3