/hg/release/icedtea6-1.10: PR1194: IcedTea tries to build with /...
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Thu Oct 11 18:26:50 PDT 2012
changeset 287ce812e84e in /hg/release/icedtea6-1.10
details: http://icedtea.classpath.org/hg/release/icedtea6-1.10?cmd=changeset;node=287ce812e84e
author: Andrew John Hughes <ahughes at redhat.com>
date: Fri Oct 12 02:26:29 2012 +0100
PR1194: IcedTea tries to build with /usr/lib/jvm/java-openjdk (now a 1.7 VM) by default
2012-03-19 Andrew John Hughes <ahughes at redhat.com>
PR 1194:
* acinclude.m4:
(IT_CHECK_FOR_JDK): Update JDK home directory
check list, adding some missing 1.6 entries
and removing generic ones which may now pick
up an unwanted 1.7 installation.
* NEWS: Updated.
diffstat:
ChangeLog | 10 ++++++++++
NEWS | 3 +++
acinclude.m4 | 4 ++--
3 files changed, 15 insertions(+), 2 deletions(-)
diffs (45 lines):
diff -r d64dd8e0811e -r 287ce812e84e ChangeLog
--- a/ChangeLog Wed Sep 05 11:43:29 2012 +0200
+++ b/ChangeLog Fri Oct 12 02:26:29 2012 +0100
@@ -1,3 +1,13 @@
+2012-03-19 Andrew John Hughes <ahughes at redhat.com>
+
+ PR 1194:
+ * acinclude.m4:
+ (IT_CHECK_FOR_JDK): Update JDK home directory
+ check list, adding some missing 1.6 entries
+ and removing generic ones which may now pick
+ up an unwanted 1.7 installation.
+ * NEWS: Updated.
+
2012-09-05 Matthias Klose <doko at ubuntu.com>
* configure.ac: Remove the Xp header and library checks.
diff -r d64dd8e0811e -r 287ce812e84e NEWS
--- a/NEWS Wed Sep 05 11:43:29 2012 +0200
+++ b/NEWS Fri Oct 12 02:26:29 2012 +0100
@@ -11,6 +11,9 @@
New in release 1.10.10 (2012-XX-XX):
+* Bug fixes
+ - PR1194: IcedTea tries to build with /usr/lib/jvm/java-openjdk (now a 1.7 VM) by default
+
New in release 1.10.9 (2012-08-31):
* Security fixes
diff -r d64dd8e0811e -r 287ce812e84e acinclude.m4
--- a/acinclude.m4 Wed Sep 05 11:43:29 2012 +0200
+++ b/acinclude.m4 Fri Oct 12 02:26:29 2012 +0100
@@ -1140,9 +1140,9 @@
if test "x${enable_bootstrap}" = "xyes"; then
BOOTSTRAP_VMS="/usr/lib/jvm/java-gcj /usr/lib/jvm/gcj-jdk /usr/lib/jvm/cacao";
fi
- for dir in ${BOOTSTRAP_VMS} /usr/lib/jvm/java-openjdk \
+ for dir in ${BOOTSTRAP_VMS} /usr/lib/jvm/java-1.6.0 \
/usr/lib/jvm/icedtea6 /usr/lib/jvm/java-6-openjdk \
- /usr/lib/jvm/openjdk /usr/lib/jvm/java-icedtea ; do
+ /usr/lib/jvm/java-1.6.0-openjdk /usr/lib/jvm/icedtea-6 ; do
if test -d $dir; then
SYSTEM_JDK_DIR=$dir
break
More information about the distro-pkg-dev
mailing list