]> git.ipfire.org Git - thirdparty/bind9.git/commit
Don't check algorithm support during configure step
authorTom Krizek <tkrizek@isc.org>
Wed, 16 Nov 2022 16:28:27 +0000 (17:28 +0100)
committerTom Krizek <tkrizek@isc.org>
Fri, 23 Dec 2022 11:37:48 +0000 (12:37 +0100)
commit28b61714246f25eeff83f5189b5bb93a94e2147e
treec2847edb30e6997aa9bd1e9794acc6808fa501a2
parent6950dfe00398b76a4b7ba76c82312af7945dec37
Don't check algorithm support during configure step

The 9.16 version of ./configure calls bin/tests/system/cleanall.sh
unless --without-make-clean is used. The cleanall.sh script then
includes bin/tests/system/conf.sh, which includes
bin/tests/system/conf.sh.common. At that point, dnssec-keygen which is
used to detect algorithm support isn't compiled, so it can't be used.

More importantly, algorithm selection for system tests during the
./configure phase is irrelevant, so it can be safely skipped.
bin/tests/system/conf.sh.common