glibc: fix applying of patches
authorHans Dedecker <dedeckeh@gmail.com>
Mon, 12 Mar 2018 10:13:07 +0000 (11:13 +0100)
committerHans Dedecker <dedeckeh@gmail.com>
Tue, 13 Mar 2018 17:26:36 +0000 (18:26 +0100)
commit3dee117a8a19d3d8dfdf63b63833b1b42175eeb0
tree3b833e5b577e0f730b82ae959155a38cf85901fb
parent1cd76e2d85d86356868db731a5cacfb84150b2a1
glibc: fix applying of patches

Commit f4d9d7a 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: Xinxing Hu <xinxing.huchn@gmail.com>
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
toolchain/glibc/common.mk