projects
/
feed
/
telephony.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdae15e
)
asterisk-11.x: disable libneon detection
author
Daniel Golle
<daniel@makrotopia.org>
Wed, 10 Jun 2015 23:51:29 +0000
(
01:51
+0200)
committer
Daniel Golle
<daniel@makrotopia.org>
Thu, 18 Jun 2015 14:14:00 +0000
(16:14 +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
patch
|
blob
|
history
diff --git
a/net/asterisk-11.x/Makefile
b/net/asterisk-11.x/Makefile
index e7579da4647e309fe394bc0be4659be66169bd6f..ce7617dd7fe66064590ad34359a1c41c6547c7d2 100644
(file)
--- 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 \