Skip to content
Snippets Groups Projects
Commit 3dee117a authored by Hans Dedecker's avatar Hans Dedecker
Browse files

glibc: fix applying of patches


Commit f4d9d7a2 removed support for version specific patches; but it also
broke applying of patches in the patches glibc dir.
Fix the issue by setting PATCH_DIR to $(PATH_PREFIX)/patches similar as
musl/common.mk.

Signed-off-by: default avatarXinxing Hu <xinxing.huchn@gmail.com>
Signed-off-by: default avatarHans Dedecker <dedeckeh@gmail.com>
parent 1cd76e2d
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@ PKG_HASH:=e54e0a934cd2bc94429be79da5e9385898d2306b9eaf3c92d5a77af96190f6bd
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
HOST_BUILD_DIR:=$(BUILD_DIR_TOOLCHAIN)/$(PKG_SOURCE_SUBDIR)
CUR_BUILD_DIR:=$(HOST_BUILD_DIR)-$(VARIANT)
PATCH_DIR:=$(PATH_PREFIX)/patches
include $(INCLUDE_DIR)/toolchain-build.mk
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment