diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-02-24 15:35:10 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-02-24 15:35:10 +0000 |
commit | f3087c7e4e0605b448dc2124f1e920506fa1a1ad (patch) | |
tree | ae870fe25cfd533b12273512371d59e8976a83f6 /toolchain/eglibc/patches/2.17/200-add-dl-search-paths.patch | |
parent | f354297fa968aabf92f1e95364bb86a0fbc03c75 (diff) | |
download | upstream-f3087c7e4e0605b448dc2124f1e920506fa1a1ad.tar.gz upstream-f3087c7e4e0605b448dc2124f1e920506fa1a1ad.tar.bz2 upstream-f3087c7e4e0605b448dc2124f1e920506fa1a1ad.zip |
eglibc: remove versions 2.16 and 2.17 - they are unmaintained
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39743
Diffstat (limited to 'toolchain/eglibc/patches/2.17/200-add-dl-search-paths.patch')
-rw-r--r-- | toolchain/eglibc/patches/2.17/200-add-dl-search-paths.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/toolchain/eglibc/patches/2.17/200-add-dl-search-paths.patch b/toolchain/eglibc/patches/2.17/200-add-dl-search-paths.patch deleted file mode 100644 index 70e7e604de..0000000000 --- a/toolchain/eglibc/patches/2.17/200-add-dl-search-paths.patch +++ /dev/null @@ -1,14 +0,0 @@ -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) |