diff --git a/eclipse.spec b/eclipse.spec index 5f3e2fe..58ef0f8 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -52,7 +52,7 @@ Epoch: 1 Summary: %{pkg_summary} Name: eclipse Version: %{eclipse_majmin}.%{eclipse_micro}_fc -Release: 12 +Release: 13 License: CPL Group: Text Editors/Integrated Development Environments (IDE) URL: http://www.eclipse.org/ @@ -306,8 +306,8 @@ mv plugins/org.eclipse.jdt.core.original plugins/org.eclipse.jdt.core # Now use this built ecj for the rest of the build #export CLASSPATH=`pwd`/ecj-bootstrap.jar:$CLASSPATH -gcj4 -fPIC -fjni -findirect-dispatch -shared -o ecj-bootstrap.jar.so \ - ecj-bootstrap.jar +gcj4 -fPIC -fjni -findirect-dispatch -shared -Wl,-Bsymbolic \ + -o ecj-bootstrap.jar.so ecj-bootstrap.jar export LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH # -------- ecj build -------- @@ -800,6 +800,9 @@ rm -rf $RPM_BUILD_ROOT %attr(0644,root,root) %{_libdir}/%{name}/%{name}-platform.jarswithnativelibs %changelog +* Fri Jan 28 2005 Andrew Overholt 1:3.0.1_fc-13 +- add necessary gcj4 compilation option for ecj building + * Thu Jan 27 2005 Andrew Overholt 1:3.0.1_fc-12 - add ppc