summaryrefslogtreecommitdiffstats
path: root/patches/source/bind/bind.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-12-21 20:46:11 +0000
committer Eric Hameleers <alien@slackware.com>2023-12-22 13:30:38 +0100
commit7bbe71feeaf755f8126ea2880faa06c2f520eeaf (patch)
tree984c075da423df86112d7beb5a18cd000e2075bf /patches/source/bind/bind.SlackBuild
parentae2de64cd30973b7f9ee6a456409f916d4bffd5c (diff)
downloadcurrent-7bbe71feeaf755f8126ea2880faa06c2f520eeaf.tar.gz
current-7bbe71feeaf755f8126ea2880faa06c2f520eeaf.tar.xz
Thu Dec 21 20:46:11 UTC 202320231221204611_15.0
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
Diffstat (limited to 'patches/source/bind/bind.SlackBuild')
-rwxr-xr-xpatches/source/bind/bind.SlackBuild2
1 files changed, 1 insertions, 1 deletions
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=" "