]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec: followup to #10072: add missing boost-filesystem dependency
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 4 Apr 2023 06:45:52 +0000 (08:45 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 4 Apr 2023 06:45:52 +0000 (08:45 +0200)
Fixes #12715: NOD functionality was lost due to a missing boost-filesystem dependency.
Add the dependency and explicitly enable NOD.

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

index c9325fc95e2b313adc6a72df5fbfaaedf849072d..f7e5349a5d142d0520728acf2bd2e75dee7620bf 100644 (file)
@@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 10),
                dh-autoreconf,
                libboost-context-dev [amd64 arm64 armel armhf i386 ppc64el],
                libboost-dev,
+               libboost-filesystem-dev,
                libboost-program-options-dev,
                libboost-system-dev,
                libboost-test-dev,
index c393dcb0c01dc68a17ec43d8b53b3b77f785b7a3..f8340c43393cf44a0c7ed990ca626477e5af800a 100755 (executable)
@@ -29,7 +29,8 @@ override_dh_auto_configure:
                --with-lua \
                --with-net-snmp \
                --enable-dns-over-tls \
-               --enable-dnstap
+               --enable-dnstap \
+               --enable-nod
 
 override_dh_auto_install:
        dh_auto_install