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 <daniel@makrotopia.org>
This commit is contained in:
parent
663c356b6a
commit
7a0cf0ee9f
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue