Comment 46 for bug 1710278

Revision history for this message
Eric Desrochers (slashd) wrote :

As mentioned in previous comment, I had to turn off pkcsk11

# debian/rules:
 dh_auto_configure -B build-singlethread -- \
                ........
                --disable-threads \
                --disable-native-pkcs11 \
                --with-pkcs11=no \
                ........

but --with-openssl has been preserve, I don't know yet how much this can impact DNSSEC (but we would definitely need to pay attention to that)

# ./configure --help
......
--with-openssl=PATH Build with OpenSSL [yes|no|path]. (Crypto is
                          required for DNSSEC)
......