Open
Bug 978519
Opened 11 years ago
Updated 1 year ago
NSS does not get rebuilt when configure.in is changed
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: briansmith, Unassigned)
References
(Blocks 2 open bugs)
Details
STR (tested on Windows):
1. Build Gecko normally with "./mach build"
2. Modify configure.in to set NSS_DISABLE_DBM=1 unconditionally (not just for Android)
3. ./mach build
Expected results:
NSS gets rebuilt with NSS_DISABLE_DBM=1, along with the rest of Gecko.
Actual results:
It appears that all of Gecko gets rebuilt **EXCEPT** NSS. You can see this by looking for code that is "#ifdef NSS_DISABLE_DBM" and seeing that it is using the wrong (previous) value.
Updated•7 years ago
|
Product: Core → Firefox Build System
Updated•2 years ago
|
Severity: normal → S3
Updated•1 year ago
|
Blocks: nss-external
You need to log in
before you can comment on or make changes to this bug.
Description
•