mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 08:27:31 +09:00
nss: update to 3.44.1, with vc2013 fix and gyp fix
This commit is contained in:
parent
a2ef5fcde7
commit
d4b834111b
553 changed files with 1515569 additions and 1130 deletions
|
|
@ -198,6 +198,7 @@
|
|||
'gtests/certdb_gtest/certdb_gtest.gyp:certdb_gtest',
|
||||
'gtests/freebl_gtest/freebl_gtest.gyp:prng_gtest',
|
||||
'gtests/freebl_gtest/freebl_gtest.gyp:blake2b_gtest',
|
||||
'gtests/freebl_gtest/freebl_gtest.gyp:freebl_gtest',
|
||||
'gtests/mozpkix_gtest/mozpkix_gtest.gyp:mozpkix_gtest',
|
||||
'gtests/nss_bogo_shim/nss_bogo_shim.gyp:nss_bogo_shim',
|
||||
'gtests/pk11_gtest/pk11_gtest.gyp:pk11_gtest',
|
||||
|
|
@ -266,6 +267,10 @@
|
|||
'inputs/': [['exclude', 'freeblpriv']],
|
||||
'outputs/': [['exclude', 'freeblpriv']]
|
||||
}],
|
||||
['disable_dbm==1', {
|
||||
'inputs/': [['exclude', 'nssdbm3']],
|
||||
'outputs/': [['exclude', 'nssdbm3']]
|
||||
}],
|
||||
],
|
||||
'action': ['<(python)', '<(DEPTH)/coreconf/shlibsign.py', '<@(_inputs)']
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue