mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 07:18:39 +09:00
external/nss: Don't link with libcrmf on --with-system-nss builds
Since Bug 1030963, functions that make use of libcrmf has been removed from the codebase. Therefore, it's no longer necessary to link with libcrmf. This commit completely removes the '-lcrmf' for --with-system-nss builds, as libcrmf is not available on all systems (eg. Arch Linux) This commit is a follow up to #364
This commit is contained in:
parent
3588229cfd
commit
961f4c4dd0
1 changed files with 0 additions and 1 deletions
1
config/external/nss/crmf/moz.build
vendored
1
config/external/nss/crmf/moz.build
vendored
|
|
@ -8,7 +8,6 @@ Library('crmf')
|
|||
|
||||
if CONFIG['MOZ_SYSTEM_NSS']:
|
||||
OS_LIBS += [l for l in CONFIG['NSS_LIBS'] if l.startswith('-L')]
|
||||
OS_LIBS += ['-lcrmf']
|
||||
else:
|
||||
USE_LIBS += [
|
||||
# The dependency on nss is not real, but is required to force the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue