From: Stijn Tintel Date: Tue, 29 Nov 2016 11:26:05 +0000 (+0100) Subject: bind: disable libjson support X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=5e69d5146339ab6eaf6bce3c3e914b88083d956c;p=feed%2Fpackages.git 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. --- diff --git a/net/bind/Makefile b/net/bind/Makefile index 7156069a20..959184a4fe 100644 --- 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 \