Closed
Bug 1664210
Opened 4 years ago
Closed 4 years ago
Firefox on Solaris should not link with libdemangle and libelf
Categories
(Firefox :: Untriaged, defect)
Firefox
Untriaged
Tracking
()
RESOLVED
FIXED
82 Branch
Tracking | Status | |
---|---|---|
firefox82 | --- | fixed |
People
(Reporter: petr.sumbera, Assigned: petr.sumbera)
Details
Attachments
(1 file)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:80.0) Gecko/20100101 Firefox/80.0
Steps to reproduce:
toolkit/library/moz.build
forces on SunOS unnecessary dependency on libdemangle.so.
I'm not able to find the history but there shouldn't be any reason for that. It just brings dependency on pkg:/system/library/c++-runtime. Where now Firefox is built using GCC and thus depends on GCC runtime (libstdc++.so.6).
Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Assignee: nobody → petr.sumbera
Updated•4 years ago
|
Attachment #9174958 -
Attachment description: Bug 1664210 - Firefox on Solaris should not link with libdemangle → Bug 1664210 - Firefox on Solaris should not link with libdemangle and libelf
Assignee | ||
Comment 2•4 years ago
|
||
libelf [1] is also not needed.
[1] https://docs.oracle.com/cd/E86824_01/html/E54772/libelf-3lib.html
Summary: Firefox on Solaris should not link with libdemangle → Firefox on Solaris should not link with libdemangle and libelf
Pushed by ccoroiu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fd69e6e9b493
Firefox on Solaris should not link with libdemangle and libelf r=froydnj
Comment 4•4 years ago
|
||
bugherder |
Status: UNCONFIRMED → RESOLVED
Closed: 4 years ago
status-firefox82:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 82 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•