[Lunar-commits] CVS: moonbase/devel/metakit BUILD,1.3,1.4

Terry Chan tchan at lunar-linux.org
Thu Dec 16 21:08:15 UTC 2004


Update of /var/cvs/lunar/moonbase/devel/metakit
In directory espresso.foo-projects.org:/tmp/cvs-serv8394

Modified Files:
	BUILD 
Log Message:
Editted the hack that is the unix/configure script in the module. They have
Python hardcoded at 2.3, while moonbase is at Python 2.4.  Compiled/tested
with gcc-3.3.3, glibc-2.3.3, kernel headers 2.4.x, Python-2.4.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/metakit/BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BUILD	31 Jul 2004 10:19:19 -0000	1.3
+++ BUILD	16 Dec 2004 21:08:13 -0000	1.4
@@ -2,8 +2,8 @@
 # protect from ccache
   unset CC CXX  &&
 
-  sedit 's/python2.2/python2.3/' unix/configure     &&
-  sedit 's/python2.2/python2.3/' unix/configure.in  &&
+  sedit 's/python2.3/python2.4/' unix/configure     &&
+  sedit 's/python2.3/python2.4/' unix/configure.in  &&
 
   unix/configure  --prefix=/usr            \
                   --sysconfdir=/etc        \



More information about the Lunar-commits mailing list