glibc: fix applying of patches
authorHans Dedecker <[email protected]>
Mon, 12 Mar 2018 10:13:07 +0000 (11:13 +0100)
committerHans Dedecker <[email protected]>
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 <[email protected]>
Signed-off-by: Hans Dedecker <[email protected]>
toolchain/glibc/common.mk