liblocalfile fixes

This commit is contained in:
Ben Konrath 2007-08-31 16:43:09 +00:00
parent da1b743923
commit cb417cdf34
1 changed files with 4 additions and 0 deletions

View File

@ -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