ports/java/jdk16/files/patch-j2se::zip::FILES_c.gmk
Greg Lewis 5817b9bf96 . 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@
2006-01-28 23:41:24 +00:00

17 lines
498 B
Text

--- ../../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