Commit 687f9870 authored by Łukasz Nowak's avatar Łukasz Nowak

- do not use fastjar to compile gcc-java, as it is not working

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45329 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 21254540
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
# Mostly required to support languages different then C or C++ # Mostly required to support languages different then C or C++
[buildout] [buildout]
extends = extends =
fastjar.cfg
m4.cfg m4.cfg
zip.cfg zip.cfg
...@@ -92,4 +91,4 @@ configure-options = ...@@ -92,4 +91,4 @@ configure-options =
environment = environment =
CPPFLAGS =-I${mpfr:location}/include -I${gmp:location}/include -I${mpc:location}/include 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 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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment