Update of /cvsroot/devil-linux/build/scripts
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv7676
Modified Files:
mod_auth_kerb
Log Message:
more bug fixing
Index: mod_auth_kerb
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/mod_auth_kerb,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- mod_auth_kerb 5 Dec 2011 09:11:38 -0000 1.5
+++ mod_auth_kerb 10 Feb 2015 03:27:14 -0000 1.6
@@ -15,7 +15,7 @@
build )
if [ "$CONFIG_HTTPD" = "y" ]; then
if [ "$CONFIG_MOD_AUTH_KERB" = "y" ]; then
- ./configure --with-krb5 --with-krb4=no --with-apache
+ ./configure --with-krb5=/usr --with-krb4=no --with-apache
make || exit 1
fi
|