]> git.ipfire.org Git - thirdparty/bind9.git/commit
Make native PKCS#11 require dlopen() support
authorMichał Kępień <michal@isc.org>
Mon, 28 Sep 2020 07:21:59 +0000 (09:21 +0200)
committerMichał Kępień <michal@isc.org>
Mon, 28 Sep 2020 07:21:59 +0000 (09:21 +0200)
commit187dca9cf7e3b7473352a7bd416abbc5c6f64cd4
tree04b8fcf52c5f02bd91840854b33cfe0ec9b08286
parent8280d1fbedfa44af1ca63ee112c7016c261eef99
Make native PKCS#11 require dlopen() support

PKCS#11 support in BIND requires dlopen() support from the operating
system and thus building with "--enable-native-pkcs11 --without-dlopen"
should not be possible.  Add an Autoconf check which enforces that
constraint.  Adjust the pairwise testing model accordingly.
configure
configure.ac