mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
safec: Define _GNU_SOURCE
musl does not define this variable automatically but safec does provide wrapper for some GNU extentions as well e.g. error: implicit declaration of function 'localtime_r' is invalid in C99 Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -10,6 +10,8 @@ S = "${WORKDIR}/git"
|
||||
SRCREV = "62e6b2df55084316d027165d286e46beb40513dc"
|
||||
SRC_URI = "git://github.com/rurban/safeclib.git"
|
||||
|
||||
CPPFLAGS_append_libc-musl = " -D_GNU_SOURCE"
|
||||
|
||||
COMPATIBLE_HOST = '(x86_64|i.86|powerpc|powerpc64|arm).*-linux'
|
||||
|
||||
RDEPENDS_${PN} = "perl"
|
||||
|
||||
Reference in New Issue
Block a user