summaryrefslogtreecommitdiff
path: root/java/jdk15/files/patch-j2se::zip::Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* . Update to 1.5.0 patchset 3.Greg Lewis2006-04-071-19/+0
|
* . Link with the system libz instead of building the our own internalGreg Lewis2006-01-281-0/+19
copy. This should have the following effects: . Fix problems experienced by programmes that dynamically create their own copy of the JVM and are linked against the system's zlib (e.g., eclipse). . Reduce the potential for zlib based security problems affecting the JDK. Submitted by: mi@