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:
parent
cc6555e1d9
commit
bd048aabb8
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ CONFIGURE_ARGS += \
|
||||||
--disable-threads \
|
--disable-threads \
|
||||||
--disable-linux-caps \
|
--disable-linux-caps \
|
||||||
--with-openssl="$(STAGING_DIR)/usr" \
|
--with-openssl="$(STAGING_DIR)/usr" \
|
||||||
|
--with-libjson=no \
|
||||||
--with-libtool \
|
--with-libtool \
|
||||||
--with-libxml2=no \
|
--with-libxml2=no \
|
||||||
--enable-epoll=yes \
|
--enable-epoll=yes \
|
||||||
|
|
Loading…
Reference in a new issue