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.
This commit is contained in:
Stijn Tintel 2016-11-29 12:26:05 +01:00 committed by Zoltan HERPAI
parent cc6555e1d9
commit bd048aabb8
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ CONFIGURE_ARGS += \
--disable-threads \
--disable-linux-caps \
--with-openssl="$(STAGING_DIR)/usr" \
--with-libjson=no \
--with-libtool \
--with-libxml2=no \
--enable-epoll=yes \