From 7a0cf0ee9f1068773cde7397d764778d120e7d96 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Thu, 11 Jun 2015 01:59:25 +0200 Subject: [PATCH] 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 --- net/asterisk-13.x/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 \ -- 2.30.2