From: Daniel Golle Date: Wed, 10 Jun 2015 23:51:29 +0000 (+0200) Subject: asterisk-11.x: disable libneon detection X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=538cc30e233f3336b23e173dce33c6ad9733cec7;p=feed%2Ftelephony.git 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 --- diff --git a/net/asterisk-11.x/Makefile b/net/asterisk-11.x/Makefile index e7579da..ce7617d 100644 --- a/net/asterisk-11.x/Makefile +++ b/net/asterisk-11.x/Makefile @@ -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 \