summaryrefslogtreecommitdiff
path: root/cmd/platlibs.mk
diff options
context:
space:
mode:
authorEKR <ekr@rtfm.com>2016-01-31 17:24:05 -0800
committerEKR <ekr@rtfm.com>2016-01-31 17:24:05 -0800
commit36bcbbd187fe77aa1ca954481b93404657e2f3a7 (patch)
tree07e74edd1435feb8a7b2219bc7d12262c7eefecd /cmd/platlibs.mk
parent82439b68538230d49574fced23eec66b986fae36 (diff)
downloadnss-hg-36bcbbd187fe77aa1ca954481b93404657e2f3a7.tar.gz
Bug 1243872: Refactor zlib support in Makefiles. r=mt,wtc
Diffstat (limited to 'cmd/platlibs.mk')
-rw-r--r--cmd/platlibs.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/cmd/platlibs.mk b/cmd/platlibs.mk
index bff26b523..8930ce9ce 100644
--- a/cmd/platlibs.mk
+++ b/cmd/platlibs.mk
@@ -259,11 +259,4 @@ FREEBL_LIBS = $(FREEBL_LIB_DIR)/$(LIB_PREFIX)freebl.$(LIB_SUFFIX)
EXTRA_LIBS += $(FREEBL_LIBS)
endif
-# If a platform has a system zlib, set USE_SYSTEM_ZLIB to 1 and
-# ZLIB_LIBS to the linker command-line arguments for the system zlib
-# (for example, -lz) in the platform's config file in coreconf.
-ifndef USE_SYSTEM_ZLIB
-ZLIB_LIBS = $(DIST)/lib/$(LIB_PREFIX)zlib.$(LIB_SUFFIX)
-endif
-
JAR_LIBS = $(DIST)/lib/$(LIB_PREFIX)jar.$(LIB_SUFFIX)