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

brad at geodynamics.org brad at geodynamics.org
Thu Apr 18 15:30:25 PDT 2013


Author: brad
Date: 2013-04-18 15:30:25 -0700 (Thu, 18 Apr 2013)
New Revision: 21902

Modified:
   cs/buildbot/pylith_deps/src/makefile
Log:
Updated for correct git build options.

Modified: cs/buildbot/pylith_deps/src/makefile
===================================================================
--- cs/buildbot/pylith_deps/src/makefile	2013-04-18 22:26:22 UTC (rev 21901)
+++ cs/buildbot/pylith_deps/src/makefile	2013-04-18 22:30:25 UTC (rev 21902)
@@ -146,7 +146,7 @@
 	$(FETCH) http://geodynamics.org/~buildbot/deps/git-1.8.2.1.tar.gz
 	tar --no-same-owner -zxf git-1.8.2.1.tar.gz
 	cd git-1.8.2.1 && \
-		make prefix=$(HOME)/pylith_deps CPPFLAGS="-DNO_EXPAT -DNO_TCLTK -DNO_GETTEXT -I$(HOME)/pylith_deps/include" LDFLAGS="-L$(HOME)/pylith_deps/lib" all install
+		make prefix=$(HOME)/pylith_deps NO_EXPAT=1 NO_TCLTK=1 NO_GETTEXT=1 NO_OPENSSL=1 CPPFLAGS="-I$(HOME)/pylith_deps/include" LDFLAGS="-L$(HOME)/pylith_deps/lib" all install
 
 numpy:
 	$(FETCH) http://geodynamics.org/~buildbot/deps/numpy-1.6.1-patched.tar.gz



More information about the CIG-COMMITS mailing list