[Lunar-commits] r22477 - in moonbase/trunk: graphics/gtk+ libs/glib

Dennis Veatch stumbles at lunar-linux.org
Wed Dec 6 12:33:10 CET 2006


Author: stumbles
Date: 2006-12-06 12:33:10 +0100 (Wed, 06 Dec 2006)
New Revision: 22477

Added:
   moonbase/trunk/libs/glib/BUILD
Modified:
   moonbase/trunk/graphics/gtk+/BUILD
Log:

Both these had a problem under x86_64. The config.sub as
shipped with the tarball lacks the x86* items needed to 
detect the correct machine type. So --host=$BUILD won't 
work.

It seems simplist to just copy the config.sub from your 
machine. Besides, I don't have a shell account to upload
a patch.



Modified: moonbase/trunk/graphics/gtk+/BUILD
===================================================================
--- moonbase/trunk/graphics/gtk+/BUILD	2006-12-06 09:21:08 UTC (rev 22476)
+++ moonbase/trunk/graphics/gtk+/BUILD	2006-12-06 11:33:10 UTC (rev 22477)
@@ -1,5 +1,6 @@
 (
 
+  cp /usr/share/automake/config.sub $SOURCE_DIRECTORY &&
   OPTS+=" --with-xinput=xfree" &&
   default_build
 

Added: moonbase/trunk/libs/glib/BUILD
===================================================================
--- moonbase/trunk/libs/glib/BUILD	                        (rev 0)
+++ moonbase/trunk/libs/glib/BUILD	2006-12-06 11:33:10 UTC (rev 22477)
@@ -0,0 +1,7 @@
+(
+
+  cp /usr/share/automake/config.sub $SOURCE_DIRECTORY &&
+
+  default_build
+
+) > $C_FIFO 2>&1



More information about the Lunar-commits mailing list