diff options
| author | Stijn Tintel | 2016-11-29 11:26:05 +0000 |
|---|---|---|
| committer | Zoltan HERPAI | 2017-11-19 16:32:03 +0000 |
| commit | bd048aabb85d0862a038a16da8c8993620a78825 (patch) | |
| tree | 9bf8e4962222fcba98fc8554b650145a7be84379 | |
| parent | cc6555e1d9a1137451d472fbc7c4d92ea598f150 (diff) | |
| download | packages-bd048aabb85d0862a038a16da8c8993620a78825.tar.gz | |
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.
| -rw-r--r-- | net/bind/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/bind/Makefile b/net/bind/Makefile index 11ccd0415b..87887b4c51 100644 --- a/net/bind/Makefile +++ b/net/bind/Makefile @@ -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 \ |