Closed
Bug 1169158
Opened 10 years ago
Closed 10 years ago
Avoid NSPR using dates it generates at build time
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(firefox41 fixed)
RESOLVED
FIXED
mozilla41
| Tracking | Status | |
|---|---|---|
| firefox41 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
Attachments
(1 file)
|
2.16 KB,
patch
|
gps
:
review+
|
Details | Diff | Splinter Review |
The NSPR build system uses a "now" binary, as well as "date" to generate dates it puts in structures it exposes through public APIs. I don't want to think too much about backwards compatibility with hypothetical third party stuff that would be relying on those structures.
Thankfully, we can do something on our end.
| Assignee | ||
Comment 1•10 years ago
|
||
Yeah, that's quite horrible, but I don't want to have to deal with the consequences of modifying NSPR.
Attachment #8612128 -
Flags: review?(gps)
Comment 2•10 years ago
|
||
Comment on attachment 8612128 [details] [diff] [review]
Avoid NSPR using dates it generates at build time
Review of attachment 8612128 [details] [diff] [review]:
-----------------------------------------------------------------
That's "fun" make syntax. I'd almost feel better if this were a one-off variable in config.status. But it doesn't seem worth it for a single use variable. Meh.
Attachment #8612128 -
Flags: review?(gps) → review+
Comment 4•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox41:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla41
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•