lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 5e69d5146339ab6eaf6bce3c3e914b88083d956c
parent 4cebee84ca2e58946bb0e32cdde2a50320e66af7
Author: Stijn Tintel <stijn@linux-ipv6.be>
Date:   Tue, 29 Nov 2016 12:26:05 +0100

bind: disable libjson support

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.

Diffstat:
Mnet/bind/Makefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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 \