Closed
Bug 80662
Opened 24 years ago
Closed 23 years ago
Need DBM_CFLAGS
Categories
(Core Graveyard :: Security: UI, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.1
People
(Reporter: cls, Assigned: ddrinan0264)
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
Or more precisely, I need a way to specify the location of the dbm headers to
NSS/coreconf from the Mozilla makefiles. In mozilla, we have a hidden build
feature triggered by setting MOZ_TRACK_MODULE_DEPS=1 when running configure. We
use this to keep track of our intermodule header dependencies within Mozilla.
Some day, we'd like to turn it on by default but for now, it's just running on
the senna tinderbox. When using this option, it causes the include files for a
particular module to be installed in $(DIST)/include/<module> instead of
$(DIST)/include/. This means that the path that coreconf is using to find the
modules does not work. This needs to be fixed before we can start compiling psm
on the tinderboxes (well, senna at least).
Comment 1•23 years ago
|
||
The patch I attached to bug #81181
(http://bugzilla.mozilla.org/showattachment.cgi?attach_id=35550)
addresses this bug. You can use the MOZILLA_INCLUDES makefile
variable to specify any -I flags to NSS/coreconf.
Status: NEW → ASSIGNED
Comment 2•23 years ago
|
||
I checked in my patch for bug #81181.
In mozilla/security/manager/Makefile.in, you can use the new
MOZILLA_INCLUDES make variable to specify any -I flags you want
to NSS/coreconf.
*** This bug has been marked as a duplicate of 81181 ***
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Priority: -- → P3
Resolution: --- → DUPLICATE
Target Milestone: --- → 3.2.2
Reopening. Although this can be fixed by using the MOZILLA_INCLUDES variable,
it's not fixed yet. Reassigning to PSM team.
Status: RESOLVED → REOPENED
Component: Libraries → Client Library
Product: NSS → PSM
Resolution: DUPLICATE → ---
Target Milestone: 3.2.2 → mozilla0.9.1
Version: 3.2.1 → 2.0
Lovely 2 step reassign.
Assignee: wtc → ddrinan
Status: REOPENED → NEW
QA Contact: sonmi → junruh
Comment 5•23 years ago
|
||
Comment 7•23 years ago
|
||
Chris, we missed the mozilla0.9.1 checkin deadline last night.
Should we target this bug at mozilla0.9.2?
I sent an approval request off to drivers. It's a trivial fix with no impact on
the final product that lets our developers continue to build using a config that
checks for module dependencies while building with crypto.
Comment 9•23 years ago
|
||
a=blizzard for 0.9.1
Comment 10•23 years ago
|
||
Patch is checked in. Marked the bug fixed.
Status: NEW → RESOLVED
Closed: 23 years ago → 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
•