mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 21:32:13 +02:00
pinentry: enable _XOPEN_SOURCE on musl for wchar usage in curses
This is defined for glibc automatically with _GNU_SOURCE but not for musl (From OE-Core rev: 84375186570af548b49e44e884925f4feaddcc7a) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -32,5 +32,8 @@ PACKAGECONFIG[secret] = "--enable-libsecret, --disable-libsecret, libsecret"
|
||||
EXTRA_OECONF = " \
|
||||
--disable-rpath \
|
||||
"
|
||||
EXTRA_OECONF:append:libc-musl = " \
|
||||
ac_cv_should_define__xopen_source=yes \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user