mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 15:27:32 +09:00
import change from tenfourfox:
- #568: update certs, pins, TLDs, miners (fe73f72f7) and added -bigobj compile switch to ssl/moz.build.
This commit is contained in:
parent
6c9fff4c0e
commit
058ed959e5
6 changed files with 29519 additions and 18873 deletions
|
|
@ -175,6 +175,11 @@ LOCAL_INCLUDES += [
|
|||
if CONFIG['NSS_DISABLE_DBM']:
|
||||
DEFINES['NSS_DISABLE_DBM'] = '1'
|
||||
|
||||
if CONFIG['_MSC_VER']:
|
||||
# prevent "fatal error C1128: number of sections exceeded object file format limit: compile with /bigobj"
|
||||
# when compiling nsSiteSecurityService.cpp
|
||||
CXXFLAGS += ['-bigobj']
|
||||
|
||||
DEFINES['SSL_DISABLE_DEPRECATED_CIPHER_SUITE_NAMES'] = 'True'
|
||||
DEFINES['NSS_ENABLE_ECC'] = 'True'
|
||||
for var in ('DLL_PREFIX', 'DLL_SUFFIX'):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue