From c78363c6050ef244a2df65e2677a03f0af09ecec Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Wed, 21 Jan 2015 16:23:04 +0800 Subject: openjdk-6: pass option --disable-system-lcms Fix the below issue: | checking whether to enable the use of LCMS2... yes | checking whether to use the system LCMS install... yes | checking for LCMS2... no | configure: error: Could not find LCMS >= 2.5; install it or build with --disable-system-lcms to use the in-tree copy. | Configure failed. The contents of all config.log files follows to aid debugging | ERROR: oe_runconf failed Signed-off-by: Ting Liu Signed-off-by: Otavio Salvador --- recipes-core/openjdk/openjdk-6-release-6b32.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-core/openjdk/openjdk-6-release-6b32.inc b/recipes-core/openjdk/openjdk-6-release-6b32.inc index bf5e675..f49048d 100644 --- a/recipes-core/openjdk/openjdk-6-release-6b32.inc +++ b/recipes-core/openjdk/openjdk-6-release-6b32.inc @@ -11,6 +11,7 @@ EXTRA_OECONF += "--disable-downloading \ --enable-system-jpeg \ --enable-system-png \ --enable-system-gif \ + --disable-system-lcms \ " do_configure_append () { patch -p0 <${WORKDIR}/icedtea-openjdk-remove-currency-data-generation-expi.patch -- cgit v1.2.3-54-g00ecf