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:
663c356
)
asterisk-13.x: disable libneon detection
author
Daniel Golle
<daniel@makrotopia.org>
Wed, 10 Jun 2015 23:59:25 +0000
(
01:59
+0200)
committer
Daniel 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
patch
|
blob
|
history
diff --git
a/net/asterisk-13.x/Makefile
b/net/asterisk-13.x/Makefile
index 36a0d4b168e7a186e92005b8151ef2a44c7e1839..199bc18b7af15e21779e722742f9be14e6d01a54 100644
(file)
--- a/
net/asterisk-13.x/Makefile
+++ b/
net/asterisk-13.x/Makefile
@@
-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 \