mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-12 09:47:29 +00:00
ckermit: Fix build with musl
arrow keys piece is a bit unportable, disable it for now for musl Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
449030b1b9
commit
dcb4c91837
@ -24,6 +24,7 @@ EXTRA_OEMAKE = "-e MAKEFLAGS="
|
|||||||
# trying to look inside the stdio headers.
|
# trying to look inside the stdio headers.
|
||||||
CKERMIT_ADDITIONAL = ""
|
CKERMIT_ADDITIONAL = ""
|
||||||
CKERMIT_ADDITIONAL_libc-uclibc = "-DNOARROWKEYS"
|
CKERMIT_ADDITIONAL_libc-uclibc = "-DNOARROWKEYS"
|
||||||
|
CKERMIT_ADDITIONAL_libc-musl = "-DNOARROWKEYS"
|
||||||
|
|
||||||
TARGET_CC_ARCH += "${LDFLAGS}"
|
TARGET_CC_ARCH += "${LDFLAGS}"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user