[Lunar-commits] CVS: moonbase/zbeta/XOrg-test BUILD, 1.4,
1.5 DEPENDS, 1.1, 1.2
Nick Hudson
nhudson at lunar-linux.org
Mon Nov 1 19:34:20 UTC 2004
Update of /var/cvs/lunar/moonbase/zbeta/XOrg-test
In directory espresso.foo-projects.org:/tmp/cvs-serv929/XOrg-test
Modified Files:
BUILD DEPENDS
Log Message:
For now disabling PAM support in XOrg-test do to that it doesnt like pam for some reason. Hopfully I can get this fixed soon.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/zbeta/XOrg-test/BUILD,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- BUILD 5 Oct 2004 02:08:19 -0000 1.4
+++ BUILD 1 Nov 2004 19:34:17 -0000 1.5
@@ -31,10 +31,10 @@
echo "#define InstallXserverSetUID YES" >> config/cf/host.def &&
echo "#define BuildServersOnly NO" >> config/cf/host.def &&
- if module_installed Linux-PAM ; then
- echo "#define HasPam YES" >> config/cf/host.def &&
- echo "#define HasPamMisc YES" >> config/cf/host.def
- fi
+ # if module_installed Linux-PAM ; then
+ # echo "#define HasPam YES" >> config/cf/host.def &&
+ # echo "#define HasPamMisc YES" >> config/cf/host.def
+ # fi
echo "#define DefaultCCOptions $CFLAGS" >> config/cf/host.def &&
echo "#define LibraryCDebugFlags $CFLAGS" >> config/cf/host.def &&
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/zbeta/XOrg-test/DEPENDS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DEPENDS 10 Sep 2004 04:01:42 -0000 1.1
+++ DEPENDS 1 Nov 2004 19:34:17 -0000 1.2
@@ -2,5 +2,5 @@
depends libpng &&
depends fontconfig &&
-optional_depends "Linux-PAM" "" "" "for Linux-PAM Support" &&
+# optional_depends "Linux-PAM" "" "" "for Linux-PAM Support" &&
optional_depends "tcl" "" "" "for tcl support"
More information about the Lunar-commits
mailing list