Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bugzilla bug 233239: do not include cmd/zlib and cmd/lib headers and
libraries in NSS binary releases.
Modified Files:
	lib/Makefile lib/manifest.mn makepqg/manifest.mn zlib/Makefile
	zlib/manifest.mn
  • Loading branch information
wchang0222%aol.com committed Feb 7, 2004
1 parent bcd87c3 commit 75b7109
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 9 deletions.
2 changes: 2 additions & 0 deletions security/nss/cmd/lib/Makefile
Expand Up @@ -72,5 +72,7 @@ include $(CORE_DEPTH)/coreconf/rules.mk
# (7) Execute "local" rules. (OPTIONAL). #
#######################################################################

export:: private_export

$(OBJDIR)/secerror$(OBJ_SUFFIX): NSPRerrs.h SECerrs.h SSLerrs.h

7 changes: 4 additions & 3 deletions security/nss/cmd/lib/manifest.mn
Expand Up @@ -35,11 +35,11 @@ CORE_DEPTH = ../../..
LIBRARY_NAME = sectool

# MODULE public and private header directories are implicitly REQUIRED.
MODULE = seccmd
MODULE = nss

DEFINES = -DNSPR20

EXPORTS = secutil.h \
PRIVATE_EXPORTS = secutil.h \
$(NULL)

CSRCS = secutil.c \
Expand All @@ -51,9 +51,10 @@ CSRCS = secutil.c \
ffs.c \
$(NULL)

REQUIRES = nss nspr dbm
REQUIRES = dbm

ifdef NSS_ENABLE_ECC
DEFINES += -DNSS_ENABLE_ECC
endif

NO_MD_RELEASE = 1
6 changes: 3 additions & 3 deletions security/nss/cmd/makepqg/manifest.mn
Expand Up @@ -33,9 +33,9 @@

CORE_DEPTH = ../../..

# This next line is used by .mk files
# and gets translated into $LINCS in manifest.mnw
REQUIRES = nss seccmd dbm
MODULE = nss

REQUIRES = dbm

# DIRS =

Expand Down
2 changes: 1 addition & 1 deletion security/nss/cmd/zlib/Makefile
Expand Up @@ -71,5 +71,5 @@ include $(CORE_DEPTH)/coreconf/rules.mk
# (7) Execute "local" rules. (OPTIONAL). #
#######################################################################


export:: private_export

5 changes: 3 additions & 2 deletions security/nss/cmd/zlib/manifest.mn
Expand Up @@ -33,9 +33,9 @@

CORE_DEPTH = ../../..

MODULE = seccmd
MODULE = nss

EXPORTS = zlib.h zconf.h
PRIVATE_EXPORTS = zlib.h zconf.h

CSRCS = adler32.c \
crc32.c \
Expand All @@ -58,3 +58,4 @@ LIBRARY_NAME = zlib

DEFINES = -DNSPR20=1 -DMOZILLA_CLIENT=1

NO_MD_RELEASE = 1

0 comments on commit 75b7109

Please sign in to comment.