diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2006-01-28 23:41:24 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2006-01-28 23:41:24 +0000 |
commit | 5817b9bf96b898283cc29f0834ef0712ad49c073 (patch) | |
tree | 98b2d9120142d5cc95e98d013aca28e6918d128f /java/jdk15/files/patch-j2se::zip::FILES_c.gmk | |
parent | Add zlib to plist if FreeBSD < 5.0 (diff) |
. Link with the system libz instead of building the our own internal
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@
Notes
Notes:
svn path=/head/; revision=154692
Diffstat (limited to 'java/jdk15/files/patch-j2se::zip::FILES_c.gmk')
-rw-r--r-- | java/jdk15/files/patch-j2se::zip::FILES_c.gmk | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/java/jdk15/files/patch-j2se::zip::FILES_c.gmk b/java/jdk15/files/patch-j2se::zip::FILES_c.gmk new file mode 100644 index 000000000000..d1f2a848a259 --- /dev/null +++ b/java/jdk15/files/patch-j2se::zip::FILES_c.gmk @@ -0,0 +1,17 @@ +--- ../../j2se/make/java/zip/FILES_c.gmk Tue Oct 19 14:44:55 2004 ++++ ../../j2se/make/java/zip/FILES_c.gmk Sat Oct 15 14:51:44 2005 +@@ -9,14 +9,3 @@ + $(CTARGDIR)ZipFile.c \ + $(CTARGDIR)ZipEntry.c \ +- $(CTARGDIR)zadler32.c \ +- $(CTARGDIR)zcrc32.c \ +- $(CTARGDIR)deflate.c \ +- $(CTARGDIR)trees.c \ +- $(CTARGDIR)zutil.c \ +- $(CTARGDIR)inflate.c \ +- $(CTARGDIR)infblock.c \ +- $(CTARGDIR)inftrees.c \ +- $(CTARGDIR)infcodes.c \ +- $(CTARGDIR)infutil.c \ +- $(CTARGDIR)inffast.c \ + $(CTARGDIR)zip_util.c |