[Erp5-report] r43049 luke - /erp5/trunk/buildout/software-profiles/zip.cfg
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Feb 4 14:28:53 CET 2011
Author: luke
Date: Fri Feb 4 14:28:53 2011
New Revision: 43049
URL: http://svn.erp5.org?rev=43049&view=rev
Log:
- use noop for configure and pass options to make (cmmi documentation is misleading)
Modified:
erp5/trunk/buildout/software-profiles/zip.cfg
Modified: erp5/trunk/buildout/software-profiles/zip.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/zip.cfg?rev=43049&r1=43048&r2=43049&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/zip.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/zip.cfg [utf8] Fri Feb 4 14:28:53 2011
@@ -6,6 +6,5 @@ recipe = hexagonit.recipe.cmmi
url = http://sourceforge.net/projects/infozip/files/Zip%203.x%20%28latest%29/3.0/zip30.tar.gz/download
md5sum = 7b74551e63f8ee6aab6fbc86676c0d37
location = ${buildout:parts-directory}/${:_buildout_section_name_}
-configure-command = make
-configure-options = prefix=${:location} NO_BZIP2_SUPPORT=1 -f unix/Makefile generic install
-make-binary = true
+configure-command = true
+make-options = prefix=${:location} NO_BZIP2_SUPPORT=1 -f unix/Makefile generic
More information about the Erp5-report
mailing list