diff options
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 |
commit | 80e18372f20ddfbe04d2f043727e4f05b261fc83 (patch) | |
tree | eab91e4732ddde50a5b28a330357360fa3e16922 /network/mod_auth_kerb | |
parent | b72fd68ee96415fc6570c8d2e9e6a35944b592bb (diff) | |
download | slackbuilds-80e18372f20ddfbe04d2f043727e4f05b261fc83.tar.gz |
network/mod_auth_kerb: Fix kerberos path.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/mod_auth_kerb')
-rw-r--r-- | network/mod_auth_kerb/mod_auth_kerb.SlackBuild | 2 |
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 |