From: Daniel Golle Date: Wed, 10 Jun 2015 23:59:25 +0000 (+0200) Subject: asterisk-13.x: disable libneon detection X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=97e01f895f582e51b7dee41acc6309a820a0d346;p=feed%2Ftelephony.git asterisk-13.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-13.x/Makefile b/net/asterisk-13.x/Makefile index 36a0d4b..199bc18 100644 --- a/net/asterisk-13.x/Makefile +++ b/net/asterisk-13.x/Makefile @@ -181,6 +181,8 @@ CONFIGURE_ARGS+= \ --without-isdnnet \ --without-misdn \ --without-nbs \ + --without-neon \ + --without-neon29 \ --with-libxml2 \ --with-ncurses="$(STAGING_DIR)/usr" \ --without-netsnmp \