[Lunar-commits] r25287 - moonbase/trunk/compilers/ruby

Dennis Veatch stumbles at lunar-linux.org
Thu Jul 26 19:11:18 CEST 2007


Author: stumbles
Date: 2007-07-26 19:11:17 +0200 (Thu, 26 Jul 2007)
New Revision: 25287

Modified:
   moonbase/trunk/compilers/ruby/BUILD
Log:

Graphviz insists on looking for a static ruby. 


Modified: moonbase/trunk/compilers/ruby/BUILD
===================================================================
--- moonbase/trunk/compilers/ruby/BUILD	2007-07-26 17:11:01 UTC (rev 25286)
+++ moonbase/trunk/compilers/ruby/BUILD	2007-07-26 17:11:17 UTC (rev 25287)
@@ -1,7 +1,7 @@
 (
 
   bad_flags -fomit-frame-pointer
-  OPTS="$OPTS --enable-shared"
+  OPTS="$OPTS --enable-shared --enable-static"
   default_build &&
   make install-doc
 



More information about the Lunar-commits mailing list