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

index 45466f0312250787564ce58a735f77a83f4e28c4..3f12048fefa9143fa7e8085545d751fa43061586 100644 (file)
@@ -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 \