Closed
Bug 86269
Opened 23 years ago
Closed 23 years ago
security needs REQUIRES updated
Categories
(Core Graveyard :: Security: UI, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: cls, Assigned: javi)
References
Details
The REQUIRES line in security/manager/ssl/src/Makefile.in needs to be updated to
include: xpconnect & jar. This is needed to add --enable-crypto to the senna
tinderbox which builds with MOZ_TRACK_MODULE_DEPS=1 (see bug 58804).
Index: security/manager/ssl/src/Makefile.in
===================================================================
RCS file: /cvsroot/mozilla/security/manager/ssl/src/Makefile.in,v
retrieving revision 1.16
diff -u -r1.16 Makefile.in
--- Makefile.in 2001/05/15 23:15:04 1.16
+++ Makefile.in 2001/06/17 04:08:19
@@ -67,7 +70,7 @@
nsPKCS11Slot.cpp \
$(NULL)
-REQUIRES = nspr security xpcom string necko uriloader pref caps dom intl locale
profile windowwatcher js docshell widget layout gfx2 pippki
+REQUIRES = nspr security xpcom string necko uriloader pref caps dom intl locale
profile windowwatcher js docshell widget layout gfx2 pippki xpconnect jar
include $(topsrcdir)/config/rules.mk
Oops. That should have been bug 59454.
Blocks: 69820
Keywords: mozilla0.9.2
Assignee | ||
Comment 2•23 years ago
|
||
r=javi
Comment 3•23 years ago
|
||
rs=blizzard
Comment 4•23 years ago
|
||
a=blizzard on behalf of drivers for the trunk
Assignee | ||
Comment 5•23 years ago
|
||
Patch checked in.
Marking fixed.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•