Fix compilation with glib 2.31.

This commit is contained in:
Alexander Kurtakov 2011-10-21 23:51:19 +03:00
parent 9a455b833c
commit 5211667820

View File

@ -177,6 +177,9 @@ sed -i -e "s|http://java.sun.com/j2se/1.4/docs/api|%{_datadir}/javadoc/java|" \
plugins/org.eclipse.pde.doc.user/pdeOptions.txt \ plugins/org.eclipse.pde.doc.user/pdeOptions.txt \
plugins/org.eclipse.pde.doc.user/pdeOptions.txt plugins/org.eclipse.pde.doc.user/pdeOptions.txt
#fix for glib 2.31 not allowing include of anything else but glib
sed -i -e "s|#include <glib/gslist.h>||g" plugins/org.eclipse.core.net/natives/unix/gnomeproxy.c
# make sure there are no jars left # make sure there are no jars left
JARS="" JARS=""
for j in $(find -name \*.jar); do for j in $(find -name \*.jar); do
@ -643,6 +646,7 @@ rm -rf %{_bindir}/efj/
* Fri Oct 21 2011 Alexander Kurtakov <akurtako@redhat.com> 1:3.7.0-7 * Fri Oct 21 2011 Alexander Kurtakov <akurtako@redhat.com> 1:3.7.0-7
- Install org.eclipse.osgi in javadir/eclipse/osgi.jar - Install org.eclipse.osgi in javadir/eclipse/osgi.jar
- Add maven pom and depmap. - Add maven pom and depmap.
- Fix compilation with glib 2.31.
* Thu Oct 20 2011 Sami Wagiaalla <swagiaal@redhat.com> 1:3.7.0-6 * Thu Oct 20 2011 Sami Wagiaalla <swagiaal@redhat.com> 1:3.7.0-6
- Bump the release number. - Bump the release number.