[Bug 2822] [IcedTea8] Feed LIBS & CFLAGS into configure rather than make to avoid re-discovery by OpenJDK configure

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Mon Jul 18 05:26:38 UTC 2016


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2822

--- Comment #1 from hg commits <mercurial at icedtea.classpath.org> ---
details:
http://icedtea.classpath.org//hg/icedtea8?cmd=changeset;node=5d33e9d507a1
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Sun Jul 17 22:00:50 2016 +0100

    PR2822: Feed LIBS & CFLAGS into configure rather than make to avoid
re-discovery by OpenJDK configure

    2016-07-17  Andrew John Hughes  <gnu.andrew at member.fsf.org>

        PR2822: Feed LIBS & CFLAGS into configure
        rather than make to avoid re-discovery by
        OpenJDK configure
        * Makefile.am:
        (ICEDTEA_CONFIGURE_ENV): Introduce
        environment variables for passing
        to configure. Always add FreeType
        CFLAGS and LIBS. Conditionally
        add CFLAGS and LIBS for LCMS, PNG,
        NSS and fontconfig. Others don't
        use pkg-config.
        (ICEDTEA_ENV): Remove LCMS_LIBS,
        LCMS_CFLAGS, PNG_LIBS, PNG_CFLAGS,
        NSS_LIBS, NSS_CFLAGS, FONTCONFIG_LIBS
        and FONTCONFIG_CFLAGS. Use
        ZLIB_CPPFLAGS and LIBZ instead of
        ZLIB_CFLAGS and ZLIB_LIBS. Use
        LIBJPEG_LDFLAGS and LIBJPEG_CFLAGS
        instead of JPEG_CFLAGS and JPEG_LIBS.
        Use GIF_LDFLAGS instead of GIF_LIBS.
        (icedtea-configure): Set environment
        variables using ICEDTEA_CONFIGURE_ENV.
        (icedtea-debug-configure): Likewise.
        (icedtea-boot-configure): Likewise.
        * NEWS: Updated.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20160718/1fc48c23/attachment-0001.html>


More information about the distro-pkg-dev mailing list