Closed
Bug 1341587
Opened 8 years ago
Closed 8 years ago
use of ECL_USE_FP in nss/lib/freebl should be avoided after recent nss version update
Categories
(NSS :: Build, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
3.30
People
(Reporter: petr.sumbera, Assigned: petr.sumbera)
Details
Attachments
(1 file)
1.79 KB,
patch
|
franziskus
:
review+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (X11; SunOS i86pc; rv:45.0) Gecko/20100101 Firefox/45.0
Build ID: 20170123014550
Steps to reproduce:
While building FF52b08 on sparc Solaris it fails as it's missing ecp_fp.h. But this file was removed with recent nss version update. security/nss/lib/freebl/Makefile should be modified to avoid use ECL_USE_FP.
Component: Untriaged → Build Config
OS: Unspecified → Other
Hardware: Unspecified → x86
Assignee | ||
Comment 1•8 years ago
|
||
Attachment #8839891 -
Flags: review?(mats)
Attachment #8839891 -
Flags: review?(jfkthame)
Comment 2•8 years ago
|
||
Comment on attachment 8839891 [details] [diff] [review]
Bug1341587.patch
I think you want a NSS and/or Build Config peer to review this.
(i.e. neither me, nor jfkthame)
For a list of possible names, please see:
https://wiki.mozilla.org/Modules/All#security
https://wiki.mozilla.org/Modules/All#Build_Config
Attachment #8839891 -
Flags: review?(mats)
Attachment #8839891 -
Flags: review?(jfkthame)
Assignee | ||
Updated•8 years ago
|
Attachment #8839891 -
Flags: review?(ttaubert)
Attachment #8839891 -
Flags: review?(mshal)
Comment 3•8 years ago
|
||
Comment on attachment 8839891 [details] [diff] [review]
Bug1341587.patch
Looks like we'd probably want to keep -DECL_USE_FP?
Attachment #8839891 -
Flags: review?(ttaubert) → review?(franziskuskiefer)
Comment 4•8 years ago
|
||
Comment on attachment 8839891 [details] [diff] [review]
Bug1341587.patch
Review of attachment 8839891 [details] [diff] [review]:
-----------------------------------------------------------------
Oh, looks like we missed something here. There is no FP code anymore so this should go away as well. Thanks for the patch
Attachment #8839891 -
Flags: review?(franziskuskiefer) → review+
Comment 5•8 years ago
|
||
Assignee: nobody → nobody
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Component: Build Config → Build
Product: Firefox → NSS
Resolution: --- → FIXED
Target Milestone: --- → 3.30
Version: 52 Branch → trunk
Updated•8 years ago
|
Assignee: nobody → petr.sumbera
Comment 6•8 years ago
|
||
Comment on attachment 8839891 [details] [diff] [review]
Bug1341587.patch
Guess this is already in :)
Attachment #8839891 -
Flags: review?(mshal)
You need to log in
before you can comment on or make changes to this bug.
Description
•