Closed
Bug 2044460
Opened 3 months ago
Closed 2 months ago
Change NSS make build of smime_gtest to link smime library statically
Categories
(NSS :: Test, enhancement)
NSS
Test
Tracking
(nss 3.126)
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| nss | --- | 3.126 |
People
(Reporter: KaiE, Assigned: KaiE)
References
Details
Attachments
(1 file)
Apparently the NSS gyp build links the smime library statically into smime_test.
However, currently the make build links smime_gtest with the dynamic smime library.
This causes linking to fail if smime_gtest must use an internal symbol from the smime library.
As I understand it, it seems reasonable to allow the smime_gtest to access internal symbols for testing.
| Assignee | ||
Comment 1•3 months ago
|
||
| Assignee | ||
Updated•2 months ago
|
Assignee: nobody → kaie
Pushed by kaie@kuix.de:
https://hg.mozilla.org/projects/nss/rev/d9810578d802
Change smime_gtest make build to link smime library statically. r=nss-reviewers,nkulatova
Status: NEW → RESOLVED
Closed: 2 months ago
Resolution: --- → FIXED
Updated•2 months ago
|
status-nss:
--- → 3.126
You need to log in
before you can comment on or make changes to this bug.
Description
•