From: Felix Fietkau Date: Sat, 11 Feb 2017 12:03:07 +0000 (+0100) Subject: glibc: use default PATCH_DIR X-Git-Tag: v18.06.0-rc1~3690 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4d9d7a26b40db14c5d6a87f19df55dfb9000170;p=thirdparty%2Fopenwrt.git glibc: use default PATCH_DIR Version configuration is gone, so version specific patch directories are not necessary either. Signed-off-by: Felix Fietkau --- diff --git a/toolchain/glibc/common.mk b/toolchain/glibc/common.mk index 12666ac6ff0..26e2376bfcc 100644 --- a/toolchain/glibc/common.mk +++ b/toolchain/glibc/common.mk @@ -19,8 +19,6 @@ PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.bz2 GLIBC_PATH:= -PATCH_DIR:=$(PATH_PREFIX)/patches/$(PKG_VERSION) - HOST_BUILD_DIR:=$(BUILD_DIR_TOOLCHAIN)/$(PKG_SOURCE_SUBDIR) CUR_BUILD_DIR:=$(HOST_BUILD_DIR)-$(VARIANT) diff --git a/toolchain/glibc/patches/2.24/100-fix_cross_rpcgen.patch b/toolchain/glibc/patches/100-fix_cross_rpcgen.patch similarity index 100% rename from toolchain/glibc/patches/2.24/100-fix_cross_rpcgen.patch rename to toolchain/glibc/patches/100-fix_cross_rpcgen.patch diff --git a/toolchain/glibc/patches/2.24/200-add-dl-search-paths.patch b/toolchain/glibc/patches/200-add-dl-search-paths.patch similarity index 100% rename from toolchain/glibc/patches/2.24/200-add-dl-search-paths.patch rename to toolchain/glibc/patches/200-add-dl-search-paths.patch