Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | grep: fix builds with gettext 0.20.x (musl) | Andr? Draszik | 2020-01-07 | 1 | -5/+30 |
| | | | | | | | | | | | | | | | | 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> | ||||
* | grep: fix builds with gettext 0.20.x | Alexander Kanavin | 2019-12-18 | 1 | -0/+38 |
| | | | | | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> | ||||
* | grep: fix compilation with security flags enabled | André Draszik | 2017-06-22 | 1 | -0/+134 |
| | | | | | | | | As per attached patch Signed-off-by: André Draszik <adraszik@tycoint.com> Acked-by: Sylvain Lemieux <slemieux@tycoint.com> Signed-off-by: Ross Burton <ross.burton@intel.com> | ||||
* | Create meta-gplv2 from files from OE-Core | Richard Purdie | 2017-03-02 | 8 | -0/+1556 |
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |