diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-06-07 12:24:25 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-06-07 12:24:25 +0000 |
commit | 49b894ff4ed91dbca2b34e214eb4de74489d6b45 (patch) | |
tree | 968d447b3d89194d3c738439c70866265048a836 /toolchain/eglibc/patches/2.15/200-add-dl-search-paths.patch | |
parent | 176c23692268870bdfda3ee0ffaa17c5b4400138 (diff) | |
download | mtk-20170518-49b894ff4ed91dbca2b34e214eb4de74489d6b45.zip mtk-20170518-49b894ff4ed91dbca2b34e214eb4de74489d6b45.tar.gz mtk-20170518-49b894ff4ed91dbca2b34e214eb4de74489d6b45.tar.bz2 |
eglibc: add version 2.15
SVN-Revision: 32101
Diffstat (limited to 'toolchain/eglibc/patches/2.15/200-add-dl-search-paths.patch')
-rw-r--r-- | toolchain/eglibc/patches/2.15/200-add-dl-search-paths.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/toolchain/eglibc/patches/2.15/200-add-dl-search-paths.patch b/toolchain/eglibc/patches/2.15/200-add-dl-search-paths.patch new file mode 100644 index 0000000..70e7e60 --- /dev/null +++ b/toolchain/eglibc/patches/2.15/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 +@@ -539,6 +539,9 @@ + 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) |