JDK-8043805 : Allow using a system-installed libjpeg
  • Type: Bug
  • Component: client-libs
  • Affected Version: 9
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2014-05-22
  • Updated: 2018-12-07
  • Resolved: 2014-05-23
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9 b22Fixed
Related Reports
Relates :  
Description
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 libjpeg 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 libjpeg as well as the bundled copy.
                                                                                                                                                      
Mailing list thread with a patch and discussion
http://mail.openjdk.java.net/pipermail/awt-dev/2014-May/007777.html