Fix compilation with glib 2.31.
This commit is contained in:
parent
9a455b833c
commit
5211667820
@ -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
|
||||
|
||||
#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
|
||||
JARS=""
|
||||
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
|
||||
- Install org.eclipse.osgi in javadir/eclipse/osgi.jar
|
||||
- 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
|
||||
- Bump the release number.
|
||||
|
Loading…
Reference in New Issue
Block a user