[Erp5-report] r45329 luke - /erp5/trunk/buildout/software-profiles/gcc.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Apr 12 15:56:38 CEST 2011


Author: luke
Date: Tue Apr 12 15:56:38 2011
New Revision: 45329

URL: http://svn.erp5.org?rev=45329&view=rev
Log:
 - do not use fastjar to compile gcc-java, as it is not working

Modified:
    erp5/trunk/buildout/software-profiles/gcc.cfg

Modified: erp5/trunk/buildout/software-profiles/gcc.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/gcc.cfg?rev=45329&r1=45328&r2=45329&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/gcc.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/gcc.cfg [utf8] Tue Apr 12 15:56:38 2011
@@ -2,7 +2,6 @@
 # Mostly required to support languages different then C or C++
 [buildout]
 extends =
-  fastjar.cfg
   m4.cfg
   zip.cfg
 
@@ -92,4 +91,4 @@ configure-options =
 environment =
   CPPFLAGS =-I${mpfr:location}/include -I${gmp:location}/include -I${mpc:location}/include
   LDFLAGS =-L${mpfr:location}/lib -Wl,-rpath -Wl,${mpfr:location}/lib -L${gmp:location}/lib -Wl,-rpath -Wl,${gmp:location}/lib -Wl,-rpath -Wl,${mpc:location}/lib
-  PATH=${fastjar:location}/bin:${zip:location}/bin:%(PATH)s
+  PATH=${zip:location}/bin:%(PATH)s



More information about the Erp5-report mailing list