]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec: Enable SNMP for debian and ubuntu builds.
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 23 Sep 2022 07:36:22 +0000 (09:36 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 23 Sep 2022 07:36:22 +0000 (09:36 +0200)
Fixes #11999

builder-support/debian/recursor/debian-buster/control
builder-support/debian/recursor/debian-buster/rules

index dcc305e440b6b1a1ee83b3ad6f89b486e284047e..b5216671c5744d099251d675db336f4c293e3a7f 100644 (file)
@@ -11,6 +11,7 @@ Build-Depends: debhelper (>= 10),
                libluajit-5.1-dev [!arm64 !s390x],
                liblua5.3-dev [arm64 s390x],
                libfstrm-dev,
+               libsnmp-dev,
                libsodium-dev,
                libssl-dev,
                libsystemd-dev [linux-any],
index 07d5f08910adbe35131bc1422167bd92c19b8484..651c627974949195884d401d7333917b6f0257c2 100755 (executable)
@@ -38,7 +38,7 @@ override_dh_auto_configure:
                --with-libsodium \
                --enable-dns-over-tls \
                --enable-dnstap \
-               --without-net-snmp \
+               --with-net-snmp \
                --disable-silent-rules \
                --with-service-user=pdns \
                --with-service-group=pdns \