Closed
Bug 1294394
Opened 8 years ago
Closed 7 years ago
Asan builds with NSS_BUILD_SOFTOKEN_ONLY fail
Categories
(NSS :: Libraries, defect)
NSS
Libraries
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: franziskus, Unassigned)
References
Details
When building softoken only (with NSS_BUILD_SOFTOKEN_ONLY=1) and asan enabled (USE_ASAN=1), the build fails because it tries to link against libnss.
> ld: library not found for -lnssutil3
Comment 1•7 years ago
|
||
USE_ASAN doesn't exist anymore. We support ASan builds only via GYP now.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•