[Lunar-commits] r24915 - moonbase/trunk/x11-apps/xscreensaver
Stefan Wold
ratler at lunar-linux.org
Tue Jun 19 08:45:23 CEST 2007
Author: ratler
Date: 2007-06-19 08:45:23 +0200 (Tue, 19 Jun 2007)
New Revision: 24915
Modified:
moonbase/trunk/x11-apps/xscreensaver/BUILD
Log:
--without-kerberos was there for a good reason, re-adding
Modified: moonbase/trunk/x11-apps/xscreensaver/BUILD
===================================================================
--- moonbase/trunk/x11-apps/xscreensaver/BUILD 2007-06-19 01:50:29 UTC (rev 24914)
+++ moonbase/trunk/x11-apps/xscreensaver/BUILD 2007-06-19 06:45:23 UTC (rev 24915)
@@ -5,6 +5,9 @@
OPTS="$OPTS --with-pam --without-shadow"
fi
+ # Force disable of kerberos
+ OPTS="$OPTS --without-kerberos"
+
# Disable gtk support
OPTS="$OPTS --with-xml"
More information about the Lunar-commits
mailing list