[Lunar-commits] r14993 - moonbase/trunk/python/Python

Moritz Heiber moe at lunar-linux.org
Tue May 24 17:28:39 UTC 2005


Author: moe
Date: 2005-05-24 17:28:38 +0000 (Tue, 24 May 2005)
New Revision: 14993

Modified:
   moonbase/trunk/python/Python/BUILD
Log:
Ah well .. we like shared libraries .. don't we?



Modified: moonbase/trunk/python/Python/BUILD
===================================================================
--- moonbase/trunk/python/Python/BUILD	2005-05-24 15:28:11 UTC (rev 14992)
+++ moonbase/trunk/python/Python/BUILD	2005-05-24 17:28:38 UTC (rev 14993)
@@ -7,6 +7,8 @@
 
   sedit "s:-O3:-O2:g" configure &&
 
+  OPTS="$OPTS --enable-shared" &&
+
   default_build &&
   
   install -d /usr/lib/python$MAJOR_VERSION &&



More information about the Lunar-commits mailing list