Closed
Bug 485356
Opened 16 years ago
Closed 1 year ago
Add support to security/coreconf for HP-UX 11.31
Categories
(NSS :: Build, enhancement, P3)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: bugzilla-mozilla, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
2.22 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.5) Gecko/2008121622 Fedora/3.0.5-1.fc10 Firefox/3.0.5
Build Identifier: Mozilla/5.0 (X11; U; HP-UX ia64; en-US; rv:1.9.0.7) Gecko/2009032503 Minefield/3.0.7
security/coreconf has a make fragment for HP-UX 11.23, but not the later 11.31. It can be fixed by copying HP-UXB.11.23.mk to HP-UXB.11.31.mk and changing ifeq ($(OS_RELEASE),B.11.23) to ifeq ($(OS_RELEASE),B.11.31).
Reproducible: Always
Reporter | ||
Comment 1•16 years ago
|
||
Comment 2•16 years ago
|
||
based on http://hg.mozilla.org/mozilla-central/log/58c11ba7a31d/security/coreconf/HP-UXB.11.11.mk i think this is NSS
Assignee: nobody → nobody
Component: General → Build
Product: Firefox → NSS
QA Contact: general → build
Updated•16 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•16 years ago
|
Severity: normal → enhancement
OS: Other → HP-UX
Hardware: Other → HP
Version: unspecified → trunk
Bulk change per wleung.
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
Updated•1 year ago
|
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•