diff options
| author | Khem Raj <raj.khem@gmail.com> | 2017-06-25 22:34:40 -0700 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-07-01 09:59:25 +0200 |
| commit | 01d70f84b1f53247b911c50506e5f1a3238d3732 (patch) | |
| tree | 466b437e2f27f19aa4dafa7b2a6b4a7343f57046 | |
| parent | 1fb8406a9e781690ef7847775d1c99c935ff8e2c (diff) | |
| download | meta-openembedded-01d70f84b1f53247b911c50506e5f1a3238d3732.tar.gz | |
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>
| -rw-r--r-- | meta-oe/recipes-multimedia/live555/live555.inc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/meta-oe/recipes-multimedia/live555/live555.inc b/meta-oe/recipes-multimedia/live555/live555.inc index daae8d786b..14ea664422 100644 --- a/meta-oe/recipes-multimedia/live555/live555.inc +++ b/meta-oe/recipes-multimedia/live555/live555.inc | |||
| @@ -16,12 +16,9 @@ MIRRORS += "http://www.live555.com/liveMedia/public/ http://distcache.FreeBSD.or | |||
| 16 | S = "${WORKDIR}/live" | 16 | S = "${WORKDIR}/live" |
| 17 | TARGET_CC_ARCH += "${LDFLAGS}" | 17 | TARGET_CC_ARCH += "${LDFLAGS}" |
| 18 | 18 | ||
| 19 | XLOCALE_libc-musl = " -DXLOCALE_NOT_USED" | ||
| 20 | XLOCALE ?= "" | ||
| 21 | |||
| 22 | do_configure() { | 19 | do_configure() { |
| 23 | cp ${WORKDIR}/config.linux-cross . | 20 | cp ${WORKDIR}/config.linux-cross . |
| 24 | echo "COMPILE_OPTS+=" -fPIC ${XLOCALE}"" >> config.linux-cross | 21 | echo "COMPILE_OPTS+=" -fPIC -DXLOCALE_NOT_USED"" >> config.linux-cross |
| 25 | ./genMakefiles linux-cross | 22 | ./genMakefiles linux-cross |
| 26 | } | 23 | } |
| 27 | 24 | ||
