mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 10:09:10 +00:00
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:
parent
c2a7f35398
commit
6061558819
@ -18,9 +18,12 @@ MIRRORS += "http://www.live555.com/liveMedia/public/ http://distcache.FreeBSD.or
|
|||||||
S = "${WORKDIR}/live"
|
S = "${WORKDIR}/live"
|
||||||
TARGET_CC_ARCH += "${LDFLAGS}"
|
TARGET_CC_ARCH += "${LDFLAGS}"
|
||||||
|
|
||||||
|
XLOCALE_libc-musl = " -DXLOCALE_NOT_USED"
|
||||||
|
XLOCALE ?= ""
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
cp ${WORKDIR}/config.linux-cross .
|
cp ${WORKDIR}/config.linux-cross .
|
||||||
echo "COMPILE_OPTS+=" -fPIC "" >> config.linux-cross
|
echo "COMPILE_OPTS+=" -fPIC ${XLOCALE}"" >> config.linux-cross
|
||||||
./genMakefiles linux-cross
|
./genMakefiles linux-cross
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user