Browse Source

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.
lilik-openwrt-22.03
Stijn Tintel 8 years ago
parent
commit
5e69d51463
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      net/bind/Makefile

+ 1
- 0
net/bind/Makefile View 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 \


Loading…
Cancel
Save