From 7bbe71feeaf755f8126ea2880faa06c2f520eeaf Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Thu, 21 Dec 2023 20:46:11 +0000 Subject: Thu Dec 21 20:46:11 UTC 2023 extra/php81/php81-8.1.27-x86_64-1_slack15.0.txz: Upgraded. This is a bugfix release. For more information, see: https://www.php.net/ChangeLog-8.php#8.1.27 --- patches/source/bind/bind.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'patches/source/bind/bind.SlackBuild') diff --git a/patches/source/bind/bind.SlackBuild b/patches/source/bind/bind.SlackBuild index f8066f9ff..241ef97cd 100755 --- a/patches/source/bind/bind.SlackBuild +++ b/patches/source/bind/bind.SlackBuild @@ -76,7 +76,7 @@ find . \ -exec chmod 644 {} \+ # Detect krb5: -if ls /lib*/libgssapi_krb5* 1> /dev/null 2> /dev/null ; then +if pkg-config --exists krb5-gssapi 1> /dev/null 2> /dev/null ; then GSSAPI=" --with-gssapi " else GSSAPI=" " -- cgit v1.2.3-80-g2a13