Closed
Bug 122944
Opened 23 years ago
Closed 23 years ago
NSS lacks cygwin uname detection
Categories
(NSS :: Build, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
3.4
People
(Reporter: netscape, Assigned: wtc)
Details
Attachments
(1 file, 1 obsolete file)
|
1.61 KB,
patch
|
Details | Diff | Splinter Review |
Bryner actually ran into this problem. If cygwin's uname is used instead of
wintools.zip's, then NSS breaks because it doesn't properly detect that we are
building for win32.
| Reporter | ||
Comment 1•23 years ago
|
||
| Assignee | ||
Comment 2•23 years ago
|
||
Comment on attachment 67408 [details] [diff] [review]
Add checks for the results of cygwin's uname
r=wtc.
Did you copy this from nsprpub/config/arch.mk? :-)
Attachment #67408 -
Flags: review+
| Assignee | ||
Comment 3•23 years ago
|
||
Comment on attachment 67408 [details] [diff] [review]
Add checks for the results of cygwin's uname
I will drop support for the old cygwin
uname (prior to B20). Any objections?
| Assignee | ||
Comment 4•23 years ago
|
||
I deleted the support for the old Cygwin Beta's uname
and updated the comment.
Attachment #67408 -
Attachment is obsolete: true
| Assignee | ||
Comment 5•23 years ago
|
||
Fix checked into the tip of NSS. This fix will be in
NSS 3.4.
Status: NEW → RESOLVED
Closed: 23 years ago
Priority: -- → P2
Resolution: --- → FIXED
Target Milestone: --- → 3.4
| Reporter | ||
Comment 6•23 years ago
|
||
Thanks! And yes, I did copy it from nspr's arch.mk. :)
You need to log in
before you can comment on or make changes to this bug.
Description
•