]> 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>
Wed, 8 Sep 2021 11:10:25 +0000 (13:10 +0200)
commitf6dd6940bc1ad6dafbe366cc628d3a9656a56b8e
treef0a25646500c9507fcc4a6bba059a8b68fcd0164
parentf67479fe48223840c100083117a2619954dbed13
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