Issue #1342 - Remove support for system NSPR/NSS

This commit is contained in:
wolfbeast 2020-01-30 18:15:38 +01:00 • committed by Roy Tam
commit 0070369171
11 changed files with 24 additions and 95 deletions

View file

@ -6,10 +6,7 @@
DIRS += ['crmf']
if CONFIG['MOZ_SYSTEM_NSS']:
Library('nss')
OS_LIBS += CONFIG['NSS_LIBS']
elif CONFIG['MOZ_FOLD_LIBS']:
if CONFIG['MOZ_FOLD_LIBS']:
GeckoSharedLibrary('nss', linkage=None)
# TODO: The library name can be changed when bug 845217 is fixed.
SHARED_LIBRARY_NAME = 'nss3'