From 5e69d5146339ab6eaf6bce3c3e914b88083d956c Mon Sep 17 00:00:00 2001 From: Stijn Tintel Date: Tue, 29 Nov 2016 12:26:05 +0100 Subject: [PATCH] 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. --- net/bind/Makefile | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.30.2