mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-20 06:02:45 +02: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:
@@ -17,3 +17,5 @@ S = "${WORKDIR}/git"
|
||||
inherit autotools pkgconfig
|
||||
|
||||
EXTRA_OECONF = " --without-cython "
|
||||
|
||||
CFLAGS += "-D_GNU_SOURCE"
|
||||
|
||||
Reference in New Issue
Block a user