mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-02 20:42:49 +00:00
Bug 1052508 - Fix --with-system-nss build bustage. r=glandium
This commit is contained in:
parent
5a7beb0db0
commit
b61a78aeb4
2
config/external/nss/crmf/moz.build
vendored
2
config/external/nss/crmf/moz.build
vendored
@ -8,7 +8,7 @@ LIBRARY_NAME = 'crmf'
|
||||
|
||||
if CONFIG['MOZ_NATIVE_NSS']:
|
||||
OS_LIBS += [l for l in CONFIG['NSS_LIBS'] if l.startswith('-L')]
|
||||
OS_LIBS += '-lcrmf'
|
||||
OS_LIBS += ['-lcrmf']
|
||||
else:
|
||||
USE_LIBS += [
|
||||
# The dependency on nss is not real, but is required to force the
|
||||
|
Loading…
x
Reference in New Issue
Block a user