[Lunar-commits] r22671 - moonbase/trunk/graphics/glass

Dennis Veatch stumbles at lunar-linux.org
Tue Dec 19 21:37:10 CET 2006


Author: stumbles
Date: 2006-12-19 21:37:09 +0100 (Tue, 19 Dec 2006)
New Revision: 22671

Modified:
   moonbase/trunk/graphics/glass/BUILD
Log:

On x86_64 and export was not enough. Need to sedit
the src/Makefile also.



Modified: moonbase/trunk/graphics/glass/BUILD
===================================================================
--- moonbase/trunk/graphics/glass/BUILD	2006-12-19 18:42:54 UTC (rev 22670)
+++ moonbase/trunk/graphics/glass/BUILD	2006-12-19 20:37:09 UTC (rev 22671)
@@ -1,8 +1,11 @@
 (
 
+  export CFLAGS="$CFLAGS -fPIC"
+
   sedit "s:/usr/local/lib:/usr/lib:" Makefile               &&
   sedit "s:/usr/local/include/glass:/usr/include:" Makefile &&
-  
+  sedit "s:CFLAGS = -g:CFLAGS = -g -fPIC:" src/Makefile     &&
+
   default_make
 
 ) > $C_FIFO 2>&1



More information about the Lunar-commits mailing list