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 | |
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')
-rw-r--r-- | toolchain/eglibc/patches/2.17/005-versions.patch | 11 | ||||
-rw-r--r-- | toolchain/eglibc/patches/2.17/200-add-dl-search-paths.patch | 14 |
2 files changed, 0 insertions, 25 deletions
diff --git a/toolchain/eglibc/patches/2.17/005-versions.patch b/toolchain/eglibc/patches/2.17/005-versions.patch deleted file mode 100644 index c164187d33..0000000000 --- a/toolchain/eglibc/patches/2.17/005-versions.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/libc/configure.in -+++ b/libc/configure.in -@@ -958,7 +958,7 @@ - critic_missing="$critic_missing gcc") - AC_CHECK_PROG_VER(MAKE, gnumake gmake make, --version, - [GNU Make[^0-9]*\([0-9][0-9.]*\)], -- [3.79* | 3.[89]*], critic_missing="$critic_missing make") -+ [3.79* | 3.[89]* | 4.* ], critic_missing="$critic_missing make") - - AC_CHECK_PROG_VER(MSGFMT, gnumsgfmt gmsgfmt msgfmt, --version, - [GNU gettext.* \([0-9]*\.[0-9.]*\)], 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) |