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:
Khem Raj 2022-09-05 22:50:04 -07:00
parent 9cb965e75c
commit 967e140c7d

View File

@ -17,3 +17,5 @@ S = "${WORKDIR}/git"
inherit autotools pkgconfig
EXTRA_OECONF = " --without-cython "
CFLAGS += "-D_GNU_SOURCE"