diff options
author | Moonchild <moonchild@palemoon.org> | 2020-12-23 19:02:52 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-12-23 19:02:52 +0000 |
commit | 029bcfe189eae5eebbaf58ccff4e1200dd78b228 (patch) | |
tree | 1c226a334ea1a88e2d1c6f949c9320eb0c3bff59 /security/nss/help.txt | |
parent | 149d2ffa779826cb48a381099858e76e4624d471 (diff) | |
download | uxp-029bcfe189eae5eebbaf58ccff4e1200dd78b228.tar.gz |
Issue #1693 - Update NSS to 3.59.1.1
This updates to MoonchildProductions/NSS@bd49b2b88 in the repo created for our
consumption of the library.
Diffstat (limited to 'security/nss/help.txt')
-rw-r--r-- | security/nss/help.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/nss/help.txt b/security/nss/help.txt index 6f5ff2d044..06d5fe1633 100644 --- a/security/nss/help.txt +++ b/security/nss/help.txt @@ -7,7 +7,7 @@ Usage: build.sh [-h] [-c|-cc] [-v] [-j <n>] [--gyp|-g] [--opt|-o] [--nspr|--with-nspr=<include>:<lib>|--system-nspr] [--system-sqlite] [--enable-fips] [--enable-libpkix] [--mozpkix-only] [-D<gyp-option>] - [--rebuild] + [--rebuild] [--enable-legacy-db] This script builds NSS with gyp and ninja. @@ -53,6 +53,7 @@ NSS build tool options: --system-sqlite use system sqlite --enable-fips enable FIPS checks --enable-libpkix make libpkix part of the build + --enable-legacy-db enable the legacy db (libnssdbm) --mozpkix-only build only static mozpkix and mozpkix-test libraries support for this build option is limited --disable-keylog disable support for logging key data to a file specified |