[Lunar-commits] r22804 - moonbase/trunk/security/shadow
Terry Chan
tchan at lunar-linux.org
Sat Dec 30 18:29:17 CET 2006
Author: tchan
Date: 2006-12-30 18:29:17 +0100 (Sat, 30 Dec 2006)
New Revision: 22804
Modified:
moonbase/trunk/security/shadow/BUILD
Log:
Added the --without-libpam as shadow-4.0.18.1 will no longer build correctly
on a lunar box that has no Linux-PAM crap installed.
Modified: moonbase/trunk/security/shadow/BUILD
===================================================================
--- moonbase/trunk/security/shadow/BUILD 2006-12-30 15:19:01 UTC (rev 22803)
+++ moonbase/trunk/security/shadow/BUILD 2006-12-30 17:29:17 UTC (rev 22804)
@@ -5,6 +5,8 @@
if module_installed Linux-PAM; then
OPTS="$OPTS --with-libpam"
+ else
+ OPTS="$OPTS --without-libpam"
fi
./configure --prefix=/ \
More information about the Lunar-commits
mailing list