projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cebee8
)
bind: disable libjson support
3594/head
author
Stijn Tintel
<stijn@linux-ipv6.be>
Tue, 29 Nov 2016 11:26:05 +0000
(12:26 +0100)
committer
Stijn Tintel
<stijn@linux-ipv6.be>
Tue, 29 Nov 2016 11:39:29 +0000
(12:39 +0100)
If libjson-c is detected during bind-libs configure phase, bind-libs
will be built with libjson support. This results in a missing dependency
error during install phase. Solve this by disabling libjson support.
net/bind/Makefile
patch
|
blob
|
history
diff --git
a/net/bind/Makefile
b/net/bind/Makefile
index 7156069a20075f7962f87f4abdff105d4db3c6b4..959184a4fe162e389f7faad9da6f361ea3de0d6a 100644
(file)
--- a/
net/bind/Makefile
+++ b/
net/bind/Makefile
@@
-104,6
+104,7
@@
CONFIGURE_ARGS += \
--disable-threads \
--disable-linux-caps \
--with-openssl="$(STAGING_DIR)/usr" \
+ --with-libjson=no \
--with-libtool \
--with-libxml2=no \
--enable-epoll=yes \