[cig-commits] r18073 - cs/buildbot/pylith_deps/src

brad at geodynamics.org brad at geodynamics.org
Mon Mar 7 19:33:41 PST 2011


Author: brad
Date: 2011-03-07 19:33:40 -0800 (Mon, 07 Mar 2011)
New Revision: 18073

Modified:
   cs/buildbot/pylith_deps/src/makefile
Log:
Forced shared Python library.

Modified: cs/buildbot/pylith_deps/src/makefile
===================================================================
--- cs/buildbot/pylith_deps/src/makefile	2011-03-08 02:53:26 UTC (rev 18072)
+++ cs/buildbot/pylith_deps/src/makefile	2011-03-08 03:33:40 UTC (rev 18073)
@@ -29,7 +29,7 @@
 	tar -zxf Python-2.6.6.tgz
 	mkdir -p Python-2.6.6-build
 	cd Python-2.6.6-build && \
-		../Python-2.6.6/configure --prefix=$(HOME)/install/$(BUILDBOT) && \
+		../Python-2.6.6/configure --enable-shared --prefix=$(HOME)/install/$(BUILDBOT) && \
 		make -j 4 && \
 		make install
 



More information about the CIG-COMMITS mailing list