Closed
Bug 1825583
Opened 2 years ago
Closed 2 years ago
Port bug 1718171: Update openpgp.configure with respect to clang's runtime directory now being included in LIB
Categories
(Thunderbird :: Upstream Synchronization, defect)
Thunderbird
Upstream Synchronization
Tracking
(Not tracked)
RESOLVED
FIXED
113 Branch
People
(Reporter: rjl, Assigned: rjl)
References
Details
Attachments
(1 file)
Bug 1825583 - Stop looking for clang_rt.builtins at configure. r=#thunderbird-build-system-reviewers
48 bytes,
text/x-phabricator-request
|
Details | Review |
When building librnp for Windows, the clang_builtins runtime library needs to be included to pick up some 128-bit math functions (IIRC).
With the changes coming in bug 1718171, the runtime lib directory will be added to LIB
so we should be able to drop a big chunk of openpgp.configure that finds that directory.
The RNP moz.build files need updating as well.
Assignee | ||
Comment 1•2 years ago
|
||
This change only affects Windows builds.
Clang's runtime libraries' path is added during configure thanks to bug 1718171,
so it's no longer necessary to look for it in openpgp.configure.
Updated•2 years ago
|
Assignee: nobody → rob
Status: NEW → ASSIGNED
Assignee | ||
Updated•2 years ago
|
Keywords: checkin-needed-tb
Target Milestone: --- → 113 Branch
Pushed by sean@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/8dc0d5808460
Stop looking for clang_rt.builtins at configure. r=dandarnell
You need to log in
before you can comment on or make changes to this bug.
Description
•