Hi,

> Your package is failing to build with openss 1.1:
> checking for OpenSSL library... no
> yes
> checking for using OpenSSL for hash functions... no
> [...]
> checking for OpenSSL library... using OpenSSL from /usr/lib and /usr/include
> checking whether linking with OpenSSL works... yes
> [...]
> configure: error: OpenSSL has unsupported dynamic loading
> no
> [...]
> BIND 9 is being built without cryptography support. This means it will
> not have DNSSEC support. Use --with-openssl, or --with-pkcs11 and
> --enable-native-pkcs11 to enable cryptography.

src:bind9 still fails to rebuild in unstable. I understand that you
would not want to import a large patch for this, so please switch
build-deps to libssl1.0-dev for stretch.

Patch attached (libssl-dev kept as alternative for easier backporting)

Bernhard
diff --git a/debian/control b/debian/control
index 6698667..eaa7b33 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Michael Gilbert <mgilb...@debian.org>, Robie Basak <robie.basak@canon
 Build-Depends: debhelper (>= 9), 
   dh-exec,
   libkrb5-dev,
-  libssl-dev,
+  libssl1.0-dev | libssl-dev,
   libtool, bison,
   libdb-dev (>>4.6),
   libldap2-dev,

Attachment: signature.asc
Description: Digital signature

Reply via email to