summaryrefslogtreecommitdiffstats
path: root/recipes-extended/which
diff options
context:
space:
mode:
authorAndr? Draszik <git@andred.net>2020-01-06 10:19:34 +0000
committerRoss Burton <ross.burton@intel.com>2020-01-07 12:55:15 +0000
commite3979dcefbf3f4ef7a489ea932b1cccd1c68e7be (patch)
tree605d1f449554c5af74200bba81def77d57cccb8a /recipes-extended/which
parent1e8d51d0363fde36b97cd7d68d07d67d411630b9 (diff)
downloadmeta-gplv2-e3979dcefbf3f4ef7a489ea932b1cccd1c68e7be.tar.gz
grep: fix builds with gettext 0.20.x (musl)
Update patch to also AC_CHECK_FUNCS([setlocale]). Various #include <locale.h> are guarded by the outcome of that, and otherwise compilation fails, e.g.: | ../../grep-2.5.1a/src/dfa.c:1366:34: error: 'LC_COLLATE' undeclared (first use in this function); did you mean 'REG_ECOLLATE'? | 1366 | hard_LC_COLLATE = hard_locale (LC_COLLATE); | | ^~~~~~~~~~ | | REG_ECOLLATE It appears that this test used to be triggered by (implied with) the old gettext version, but now it isn't. Signed-off-by: André Draszik <git@andred.net> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'recipes-extended/which')
0 files changed, 0 insertions, 0 deletions