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 <daniel@makrotopia.org>
This commit is contained in:
parent
bdae15e056
commit
538cc30e23
1 changed files with 2 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue