summaryrefslogtreecommitdiffstats
path: root/network/mod_auth_kerb/mod_auth_kerb.SlackBuild
diff options
context:
space:
mode:
author Thibaut Notteboom <tib@tibux.org>2013-10-28 21:50:23 -0500
committer Robby Workman <rworkman@slackbuilds.org>2013-10-28 21:50:23 -0500
commit5cb7ea080752a8bccae5acffa120302b435932fd (patch)
treef928be476bb52a29567d188ffe41216edce6c954 /network/mod_auth_kerb/mod_auth_kerb.SlackBuild
parent86420ece8da721209a0eb9d589e35ce6414bb908 (diff)
downloadslackbuilds-5cb7ea080752a8bccae5acffa120302b435932fd.tar.gz
slackbuilds-5cb7ea080752a8bccae5acffa120302b435932fd.tar.xz
network/mod_auth_kerb: require krb5 instead of heimdal
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/mod_auth_kerb/mod_auth_kerb.SlackBuild')
-rw-r--r--network/mod_auth_kerb/mod_auth_kerb.SlackBuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/network/mod_auth_kerb/mod_auth_kerb.SlackBuild b/network/mod_auth_kerb/mod_auth_kerb.SlackBuild
index b9acd5baaf..075285c0f0 100644
--- a/network/mod_auth_kerb/mod_auth_kerb.SlackBuild
+++ b/network/mod_auth_kerb/mod_auth_kerb.SlackBuild
@@ -69,13 +69,14 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
+# Fix compilation with httpd-2.4
patch -p0 < $CWD/mod_auth_kerb.c.patch
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
- --with-krb5=/usr/heimdal \
+ --with-krb5=/usr/kerberos \
--without-krb4 \
--build=$ARCH-slackware-linux
@@ -101,5 +102,3 @@ cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
-
-