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