summaryrefslogtreecommitdiff
path: root/java/jdk16/files/patch-j2se::common::Program.gmk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* . Tweak the fix for linking with the system's version of zlib to justGreg Lewis2006-02-121-5/+60
| | | | | | ignore the internal zlib source files rather than having to rm them. Submitted by: Kurt Miller <kurt@intricatesoftware.com>
* . Link with the system libz instead of building the our own internalGreg Lewis2006-01-281-0/+16
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@