diff options
| -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 | ||
