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)

x86_64
Windows 8.1
defect

Tracking

(Not tracked)

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.
Blocks: clobber
Product: Core → Firefox Build System
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.