bind: disable libjson support 3594/head
authorStijn Tintel <stijn@linux-ipv6.be>
Tue, 29 Nov 2016 11:26:05 +0000 (12:26 +0100)
committerStijn 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

index 7156069a20075f7962f87f4abdff105d4db3c6b4..959184a4fe162e389f7faad9da6f361ea3de0d6a 100644 (file)
@@ -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 \