mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 11:44:48 +00:00
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user