Skip to content
Snippets Groups Projects
Commit 906f2635 authored by wtc%netscape.com's avatar wtc%netscape.com
Browse files

Bugzilla bug 78471: the new NSPRPUB_CLIENT_TAG is a static tag, so it

can't be combined with a date tag.  This is a temporary fix and I will
work with Chris Seawood on a better fix.
parent 7489c41d
No related branches found
No related tags found
No related merge requests found
......@@ -236,7 +236,12 @@ endif
ifdef NSPR_CO_TAG
NSPR_CO_FLAGS := $(NSPR_CO_FLAGS) -r $(NSPR_CO_TAG)
endif
# Cannot pull static tags by date
ifeq ($(NSPR_CO_TAG),NSPR_CLIENT_TAG)
CVSCO_NSPR = $(CVS) $(CVS_FLAGS) co $(NSPR_CO_FLAGS) $(NSPR_CO_MODULE)
else
CVSCO_NSPR = $(CVS) $(CVS_FLAGS) co $(NSPR_CO_FLAGS) $(CVS_CO_DATE_FLAGS) $(NSPR_CO_MODULE)
endif
####################################
# CVS defines for the C LDAP SDK
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment