From cb417cdf34362e1ffedbca8ad0e15155ff4d2458 Mon Sep 17 00:00:00 2001 From: Ben Konrath Date: Aug 31 2007 16:43:09 +0000 Subject: liblocalfile fixes --- diff --git a/eclipse.spec b/eclipse.spec index 4ca3d56..cddebfc 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -334,6 +334,10 @@ pushd plugins/org.eclipse.jdt.core %patch17 -p0 popd +# liblocalfile fixes +sed --in-place "s/JAVA_HOME =/#JAVA_HOME =/" plugins/org.eclipse.core.filesystem/natives/unix/linux/Makefile +sed --in-place "s/OPT_FLAGS=-O/OPT_FLAGS=-O2 -g/" plugins/org.eclipse.core.filesystem/natives/unix/linux/Makefile + # launcher patches rm plugins/org.eclipse.platform/launchersrc.zip pushd features/org.eclipse.equinox.executable