glibc: use default PATCH_DIR
authorFelix Fietkau <nbd@nbd.name>
Sat, 11 Feb 2017 12:03:07 +0000 (13:03 +0100)
committerFelix Fietkau <nbd@nbd.name>
Sat, 11 Feb 2017 19:34:26 +0000 (20:34 +0100)
Version configuration is gone, so version specific patch directories are
not necessary either.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
toolchain/glibc/common.mk
toolchain/glibc/patches/100-fix_cross_rpcgen.patch [moved from toolchain/glibc/patches/2.24/100-fix_cross_rpcgen.patch with 100% similarity]
toolchain/glibc/patches/200-add-dl-search-paths.patch [moved from toolchain/glibc/patches/2.24/200-add-dl-search-paths.patch with 100% similarity]

index 12666ac6ff018f4f2f48790894df5f5aeb54117c..26e2376bfcc6d75dc4ccf98aaa46c5a14b97997f 100644 (file)
@@ -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)