live555: Do not use XLOCALE on musl

musl does not have xlocale.h

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2017-03-29 16:11:00 -07:00
committed by Martin Jansa
parent c2a7f35398
commit 6061558819
@@ -18,9 +18,12 @@ MIRRORS += "http://www.live555.com/liveMedia/public/ http://distcache.FreeBSD.or
S = "${WORKDIR}/live"
TARGET_CC_ARCH += "${LDFLAGS}"
XLOCALE_libc-musl = " -DXLOCALE_NOT_USED"
XLOCALE ?= ""
do_configure() {
cp ${WORKDIR}/config.linux-cross .
echo "COMPILE_OPTS+=" -fPIC "" >> config.linux-cross
echo "COMPILE_OPTS+=" -fPIC ${XLOCALE}"" >> config.linux-cross
./genMakefiles linux-cross
}