]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
set --enable-option-checking=fatal on all package builds
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 4 Apr 2019 13:18:09 +0000 (15:18 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 11 Apr 2019 14:34:28 +0000 (16:34 +0200)
builder-support/debian/dnsdist/debian-jessie/rules
builder-support/debian/dnsdist/debian-stretch/rules
builder-support/debian/dnsdist/ubuntu-trusty/rules
builder-support/specs/dnsdist.spec
builder-support/specs/pdns-recursor.spec
builder-support/specs/pdns.spec

index 832102624dbadb0e5e8e7803b4e13d9fe93e9194..e0f70b6c9a0ae74bca3f8e97ae607b60f1f60274 100755 (executable)
@@ -29,6 +29,7 @@ override_dh_auto_clean:
 
 override_dh_auto_configure:
        ./configure \
+         --enable-option-checking=fatal \
          --host=$(DEB_HOST_GNU_TYPE) \
          --build=$(DEB_BUILD_GNU_TYPE) \
          --prefix=/usr \
index f5a19a283f55ad4e25007f0b8ba77e42441c1d0a..b9ad262d9c003c4a307c8199edb83b5a2408eeaa 100755 (executable)
@@ -29,6 +29,7 @@ override_dh_auto_clean:
 
 override_dh_auto_configure:
        ./configure \
+         --enable-option-checking=fatal \
          --host=$(DEB_HOST_GNU_TYPE) \
          --build=$(DEB_BUILD_GNU_TYPE) \
          --prefix=/usr \
index f07ef517ecf2dbc660cacfce36137662d78e5a98..508b6f853913e5646e88ef5cd3502933d6de593d 100755 (executable)
@@ -21,6 +21,7 @@ override_dh_auto_clean:
 
 override_dh_auto_configure:
        ./configure \
+         --enable-option-checking=fatal \
          --host=$(DEB_HOST_GNU_TYPE) \
          --build=$(DEB_BUILD_GNU_TYPE) \
          --prefix=/usr \
index 1aa93848a4ab42fa26bd4f30b7fbf650d61f8f5f..ce71b943d9b014a08d7f3e5f2e6b74afe41d19a0 100644 (file)
@@ -73,6 +73,7 @@ sed -i '/^ExecStart/ s/dnsdist/dnsdist -u dnsdist -g dnsdist/' dnsdist.service.i
 
 %build
 %configure \
+  --enable-option-checking=fatal \
   --sysconfdir=/etc/dnsdist \
   --disable-static \
   --disable-dependency-tracking \
index c9b6acdb4193ba188093a0799433b84463db7b4f..fe38f6a67798b31ecda1bccdd5971e9fcc1cc870 100644 (file)
@@ -64,6 +64,7 @@ package if you need a dns cache for your network.
 
 %build
 %configure \
+    --enable-option-checking=fatal \
     --sysconfdir=%{_sysconfdir}/%{name} \
     --with-libsodium \
     --with-netsnmp \
index 4f79fe416735ad1e53d33400f59711d3f838e569..181aeab45b0807f59e83669cae304b18a2fbc4c3 100644 (file)
@@ -205,6 +205,7 @@ This package contains the ixfrdist program.
 export CPPFLAGS="-DLDAP_DEPRECATED"
 
 %configure \
+  --enable-option-checking=fatal \
   --sysconfdir=%{_sysconfdir}/%{name} \
   --disable-static \
   --disable-dependency-tracking \