-
Bug
-
Resolution: Fixed
-
P4
-
9
-
None
-
b22
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
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
- relates to
-
JDK-8211363 Use platform version of libjpeg on Linux
-
- Open
-