[Lunar-commits] r21048 - moonbase/trunk/science/R

Dennis Veatch stumbles at lunar-linux.org
Sat Aug 19 13:58:31 UTC 2006


Author: stumbles
Date: 2006-08-19 13:58:31 +0000 (Sat, 19 Aug 2006)
New Revision: 21048

Modified:
   moonbase/trunk/science/R/BUILD
Log:

It seems even though "build shared libraries [default=yes]" it doesn't
really make a shared library enless "--enable-R-shlib" is there.

Found this while trying to build a new module - rkward.


Modified: moonbase/trunk/science/R/BUILD
===================================================================
--- moonbase/trunk/science/R/BUILD	2006-08-19 11:09:58 UTC (rev 21047)
+++ moonbase/trunk/science/R/BUILD	2006-08-19 13:58:31 UTC (rev 21048)
@@ -3,6 +3,8 @@
   CFLAGS=`echo $CFLAGS | sed s/-ffast-math//` &&
   CXXFLAGS=`echo $CXXFLAGS | sed s/-ffast-math//` &&
   
+  OPTS="--enable-R-shlib $OPTS"
+
   default_config &&
   make &&
   make check &&



More information about the Lunar-commits mailing list