asterisk-13.x: disable libneon detection
authorDaniel Golle <daniel@makrotopia.org>
Wed, 10 Jun 2015 23:59:25 +0000 (01:59 +0200)
committerDaniel Golle <daniel@makrotopia.org>
Wed, 10 Jun 2015 23:59:25 +0000 (01:59 +0200)
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>
net/asterisk-13.x/Makefile

index 36a0d4b168e7a186e92005b8151ef2a44c7e1839..199bc18b7af15e21779e722742f9be14e6d01a54 100644 (file)
@@ -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 \