]> git.ipfire.org Git - thirdparty/bind9.git/commit
Call krb5-config with just one argument at the time
authorOndřej Surý <ondrej@isc.org>
Wed, 8 Sep 2021 08:47:10 +0000 (10:47 +0200)
committerOndřej Surý <ondrej@isc.org>
Tue, 14 Sep 2021 18:58:22 +0000 (20:58 +0200)
commitc3546531f76ead8cb320b399cfa552fb002b365c
tree3dcd27ef8af67495adcb5dae963b25ce618990fe
parent370ad2177237430909b06c91aef40da6013990f1
Call krb5-config with just one argument at the time

The autoconf script would call the krb5-config with both gssapi and krb5
libraries as arguments in a single call.  It turned out that this is
actually not supported and it breaks some platforms.  This commit splits
the call into two separate calls - one for gssapi and one for krb5
library.
configure
configure.ac