summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-02-02 00:10:09 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-02-05 07:02:20 +0700
commit80e18372f20ddfbe04d2f043727e4f05b261fc83 (patch)
treeeab91e4732ddde50a5b28a330357360fa3e16922 /network
parentb72fd68ee96415fc6570c8d2e9e6a35944b592bb (diff)
downloadslackbuilds-80e18372f20ddfbe04d2f043727e4f05b261fc83.tar.gz
slackbuilds-80e18372f20ddfbe04d2f043727e4f05b261fc83.tar.xz
network/mod_auth_kerb: Fix kerberos path.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/mod_auth_kerb/mod_auth_kerb.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/mod_auth_kerb/mod_auth_kerb.SlackBuild b/network/mod_auth_kerb/mod_auth_kerb.SlackBuild
index a2132612e8..83f98bc9b0 100644
--- a/network/mod_auth_kerb/mod_auth_kerb.SlackBuild
+++ b/network/mod_auth_kerb/mod_auth_kerb.SlackBuild
@@ -76,7 +76,7 @@ CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
- --with-krb5=/usr/kerberos \
+ --with-krb5=/usr/ \
--without-krb4 \
--build=$ARCH-slackware-linux