[PATCH] Allow usage of external zlib copy
Diego 'Flameeyes' Pettenò
flameeyes at gmail.com
Fri May 11 05:39:39 UTC 2007
Most distributions have policies about using external copies of
libraries whenever possible. OpenJDK ships with a series of libraries
that are usually available on a system, like zlib and jpeg, thus
breaking such a policy.
The attached patch tries to correct part of this by letting use of
external zlib copy when passing EXTERNAL_ZLIB=true at the make process.
I'm also gonna work on a similar patch to use external jpeg library
(that will likely depend on this one because of some of the files
touched being the same).
--
Diego "Flameeyes" Pettenò
http://farragut.flameeyes.is-a-geek.org/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: openjdk-external-zlib.patch
Type: text/x-patch
Size: 6020 bytes
Desc: not available
URL: <https://mail.openjdk.org/pipermail/build-dev/attachments/20070511/35107530/openjdk-external-zlib.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <https://mail.openjdk.org/pipermail/build-dev/attachments/20070511/35107530/signature.asc>
More information about the build-dev
mailing list