Fw: [PATCH] Allow usage of external zlib copy

Diego 'Flameeyes' Pettenò flameeyes at gmail.com
Fri May 11 19:59:07 UTC 2007


After Phil Race's suggestion, I'm forwarding this to core-libs, as it
might be more appropriate.

Begin forwarded message:

Date: Fri, 11 May 2007 07:39:39 +0200
From: Diego 'Flameeyes' Pettenò <flameeyes at gmail.com>
To: build-dev at openjdk.java.net
Subject: [PATCH] Allow usage of external zlib copy


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/


-- 
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: <http://mail.openjdk.java.net/pipermail/core-libs-dev/attachments/20070511/acd1ab43/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: <http://mail.openjdk.java.net/pipermail/core-libs-dev/attachments/20070511/acd1ab43/signature.asc>


More information about the core-libs-dev mailing list