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
4cebee84ca
commit
5e69d51463
1 changed files with 1 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue