Package: openjdk-6
Severity: normal
Tags: patch
6b30-1.13.2-1 introduced the following check:
| * debian/rules: disable system lcms2 for releases that don't have lcms2 2.5
| or higher.
Debian wheezy uses lcms 2.2, so it needs to use the bundled lcms, patch
attached.
Cheers,
Moritz
diff -aur openjdk-6-6b31-1.13.3.orig/debian/rules openjdk-6-6b31-1.13.3/debian/rules
--- openjdk-6-6b31-1.13.3.orig/debian/rules 2014-04-23 12:48:50.000000000 +0200
+++ openjdk-6-6b31-1.13.3/debian/rules 2014-04-23 13:10:59.502426034 +0200
@@ -554,7 +554,7 @@
# an unpatched earlier lcms2 without the security fixes included in 2.5.
ifneq ($(lcms_version),2)
CONFIGURE_ARGS += --disable-system-lcms
-else ifneq (,$(filter $(distrel),lenny squeeze oneiric natty maverick lucid karmic jaunty intrepid hardy))
+else ifneq (,$(filter $(distrel),lenny squeeze wheezy oneiric natty maverick lucid karmic jaunty intrepid hardy))
CONFIGURE_ARGS += --disable-system-lcms
else
CONFIGURE_ARGS += --enable-system-lcms
Nur in openjdk-6-6b31-1.13.3/debian: rules~.