mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
live555: Define XLOCALE_NOT_USED for glibc too
glibc has removed xlocale.h from public APIs starting 2.26 release Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -16,12 +16,9 @@ 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 ${XLOCALE}"" >> config.linux-cross
|
||||
echo "COMPILE_OPTS+=" -fPIC -DXLOCALE_NOT_USED"" >> config.linux-cross
|
||||
./genMakefiles linux-cross
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user