Allow using a system-installed lcms2

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 9
    • Affects Version/s: 9
    • Component/s: infrastructure
    • b15

      A lot of Linux distributions prefer that programs use the system-installed version of libraries instead of bundling libraries. OpenJDK currently bundles a copy of lcms2 and uses that to build.

      It would be nice if the build system could be modified to allow building against the system installed copy of lcms2 as well as the bundled copy.

      The goal is to add a new option `--with-lcms=` with possible values `bundled` or `system`. Using `--with-lcms=system` builds using the system-installed copy of lcms2 while `--with-lcms=bundled` builds with the bundled copy of lcms2 in OpenJDK.

      Mailing list thread with discussion: http://mail.openjdk.java.net/pipermail/build-dev/2014-February/011952.html

            Assignee:
            Omair Majid
            Reporter:
            Omair Majid
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: