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:
Khem Raj 2017-04-11 13:46:35 -07:00 committed by Martin Jansa
parent 449030b1b9
commit dcb4c91837

View File

@ -24,6 +24,7 @@ EXTRA_OEMAKE = "-e MAKEFLAGS="
# trying to look inside the stdio headers.
CKERMIT_ADDITIONAL = ""
CKERMIT_ADDITIONAL_libc-uclibc = "-DNOARROWKEYS"
CKERMIT_ADDITIONAL_libc-musl = "-DNOARROWKEYS"
TARGET_CC_ARCH += "${LDFLAGS}"