diff options
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 |