[pkg-java] r5561 - trunk/libgtk-java/debian
tgg at alioth.debian.org
tgg at alioth.debian.org
Sat Jan 26 14:33:54 UTC 2008
Author: tgg
Date: 2008-01-26 14:33:53 +0000 (Sat, 26 Jan 2008)
New Revision: 5561
Modified:
trunk/libgtk-java/debian/changelog
trunk/libgtk-java/debian/rules
Log:
fix #462644
Modified: trunk/libgtk-java/debian/changelog
===================================================================
--- trunk/libgtk-java/debian/changelog 2008-01-26 12:43:06 UTC (rev 5560)
+++ trunk/libgtk-java/debian/changelog 2008-01-26 14:33:53 UTC (rev 5561)
@@ -1,3 +1,10 @@
+libgtk-java (2.10.2-6) unstable; urgency=low
+
+ * Alter DEB_CONFIGURE_SCRIPT_ENV to pass -I/usr/lib/jvm/java-gcj/include
+ to the configure script so that gcj-4.3 finds jni.h. Closes: #462644.
+
+ -- Thomas Girard <thomas.g.girard at free.fr> Sat, 26 Jan 2008 15:21:14 +0100
+
libgtk-java (2.10.2-5) unstable; urgency=low
[ Mark Howard ]
Modified: trunk/libgtk-java/debian/rules
===================================================================
--- trunk/libgtk-java/debian/rules 2008-01-26 12:43:06 UTC (rev 5560)
+++ trunk/libgtk-java/debian/rules 2008-01-26 14:33:53 UTC (rev 5561)
@@ -23,6 +23,7 @@
endif
DEB_CONFIGURE_EXTRA_FLAGS = --without-javadocs
+DEB_CONFIGURE_SCRIPT_ENV += CFLAGS="-I/usr/lib/jvm/java-gcj/include"
# we distclean: before unpatching so we don't need cleaning after
DEB_MAKE_CLEAN_TARGET =
More information about the pkg-java-commits
mailing list