mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
libimobiledevice: Explicitly pass -D_GNU_SOURCE via cflags
musl will need this defines for funcitons like asprintf Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
9cb965e75c
commit
967e140c7d
|
|
@ -17,3 +17,5 @@ S = "${WORKDIR}/git"
|
|||
inherit autotools pkgconfig
|
||||
|
||||
EXTRA_OECONF = " --without-cython "
|
||||
|
||||
CFLAGS += "-D_GNU_SOURCE"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user