asterisk-11.x: disable libneon detection

Asterisk's build-system tries to build against libneon on host if
headers are found. This is unintended and breaks the build.
Explicetely disable neon and neon29 detection to fix that.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
Daniel Golle 2015-06-11 01:51:29 +02:00
parent bdae15e056
commit 538cc30e23

View file

@ -248,6 +248,8 @@ CONFIGURE_ARGS+= \
--without-nbs \
--with-ncurses="$(STAGING_DIR)/usr" \
--without-netsnmp \
--without-neon \
--without-neon29 \
--without-newt \
--without-ogg \
--without-osptk \