From 5cb7ea080752a8bccae5acffa120302b435932fd Mon Sep 17 00:00:00 2001 From: Thibaut Notteboom Date: Mon, 28 Oct 2013 21:50:23 -0500 Subject: network/mod_auth_kerb: require krb5 instead of heimdal Signed-off-by: Robby Workman --- network/mod_auth_kerb/mod_auth_kerb.SlackBuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'network/mod_auth_kerb/mod_auth_kerb.SlackBuild') 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} - - -- cgit v1.2.3-65-gdbad