Skip to content

Instantly share code, notes, and snippets.

@rail
Created December 29, 2016 00:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rail/065e96c5f5b5d55d6c948bf80fe02fe7 to your computer and use it in GitHub Desktop.
Save rail/065e96c5f5b5d55d6c948bf80fe02fe7 to your computer and use it in GitHub Desktop.
diff --git a/security/moz.build b/security/moz.build
--- a/security/moz.build
+++ b/security/moz.build
@@ -39,17 +39,17 @@ else:
# against the folded library.
gyp_vars['nspr_libs'] = 'nss'
else:
Library('nss')
USE_LIBS += [
'nss3',
'nssutil3',
'smime3',
- 'sqlite',
+ #'sqlite',
'ssl3',
]
gyp_vars['nspr_libs'] = 'nspr4 plc4 plds4'
# This disables building some NSS tools.
gyp_vars['mozilla_client'] = 1
# We run shlibsign as part of packaging, not build.
gyp_vars['sign_libs'] = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment