mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 19:02:09 +00:00
dnsdist: make dnstap support (and with it the libfstrm dep) optional
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
This commit is contained in:
@@ -74,6 +74,12 @@ menu "Configuration"
|
||||
help
|
||||
"Enable RE2 support for dnsdist"
|
||||
default y
|
||||
|
||||
config DNSDIST_DNSTAP
|
||||
bool "DNSTAP support"
|
||||
help
|
||||
"Enable DNSTAP support for dnsdist"
|
||||
default y
|
||||
endmenu
|
||||
endef
|
||||
|
||||
@@ -88,10 +94,10 @@ define Package/dnsdist
|
||||
+DNSDIST_OPENSSL:libopenssl \
|
||||
+DNSDIST_NET_SNMP:libnetsnmp \
|
||||
+DNSDIST_RE2:re2 \
|
||||
+DNSDIST_DNSTAP:libfstrm \
|
||||
+libatomic \
|
||||
+libcap \
|
||||
+libedit \
|
||||
+libfstrm \
|
||||
+libsodium \
|
||||
+libstdcpp \
|
||||
+lmdb \
|
||||
@@ -125,10 +131,10 @@ TARGET_CXX+=-std=c++17
|
||||
CONFIGURE_ARGS+= \
|
||||
--enable-option-checking=fatal \
|
||||
--enable-dnscrypt \
|
||||
--enable-dnstap \
|
||||
--with-libsodium \
|
||||
--with-pic \
|
||||
--with-lua=lua \
|
||||
$(if $(CONFIG_DNSDIST_DNSTAP),--enable-dnstap=yes,--enable-dnstap=no) \
|
||||
$(if $(CONFIG_DNSDIST_RE2),--with,--without)-re2 \
|
||||
$(if $(CONFIG_DNSDIST_NET_SNMP),--with,--without)-net-snmp \
|
||||
$(if $(CONFIG_DNSDIST_GNUTLS),--with,--without)-gnutls \
|
||||
|
||||
Reference in New Issue
Block a user