diff options
-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 |