Skip to content
Snippets Groups Projects
Commit bd048aab authored by Stijn Tintel's avatar Stijn Tintel Committed by Zoltan HERPAI
Browse files

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.
parent cc6555e1
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment