Skip to content
Snippets Groups Projects
Commit e8c8c5cc authored by Peter van Dijk's avatar Peter van Dijk
Browse files

dnsdist: make net-snmp support optional

parent b17cf419
No related branches found
No related tags found
1 merge request!13Uplift of packages using two step method. Use commits specified by feeds.conf.default from main repo.
......@@ -62,6 +62,12 @@ menu "Configuration"
help
"Enabled DNS over TLS Support for dnsdist"
default y
config DNSDIST_NET_SNMP
bool "Net-SNMP support"
help
"Enable Net-SNMP support for dnsdist"
default y
endmenu
endef
......@@ -74,11 +80,11 @@ define Package/dnsdist
+DNSDIST_DNS_OVER_HTTPS:libh2o-evloop \
+DNSDIST_GNUTLS:libgnutls \
+DNSDIST_OPENSSL:libopenssl \
+DNSDIST_NET_SNMP:libnetsnmp \
+libatomic \
+libcap \
+libedit \
+libfstrm \
+libnetsnmp \
+libsodium \
+lmdb \
+re2 \
......@@ -110,7 +116,7 @@ CONFIGURE_ARGS+= \
--with-pic \
--with-re2 \
--with-lua=lua \
--with-net-snmp \
$(if $(CONFIG_DNSDIST_NET_SNMP),--with,--without)-net-snmp \
$(if $(CONFIG_DNSDIST_GNUTLS),--with,--without)-gnutls \
$(if $(CONFIG_DNSDIST_OPENSSL),--with,--without)-libssl \
$(if $(CONFIG_DNSDIST_DNS_OVER_TLS),--enable-dns-over-tls,) \
......
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