summaryrefslogtreecommitdiffstats
path: root/nss/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'nss/build.sh')
-rwxr-xr-xnss/build.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/nss/build.sh b/nss/build.sh
index ae8eeee..73c6d77 100755
--- a/nss/build.sh
+++ b/nss/build.sh
@@ -124,6 +124,8 @@ while [ $# -gt 0 ]; do
--system-nspr) set_nspr_path "/usr/include/nspr/:"; no_local_nspr=1 ;;
--system-sqlite) gyp_params+=(-Duse_system_sqlite=1) ;;
--enable-fips) gyp_params+=(-Ddisable_fips=0) ;;
+ --fips-module-id) gyp_params+=(-Dfips_module_id="$2"); shift ;;
+ --fips-module-id=?*) gyp_params+=(-Dfips_module_id="${1#*=}") ;;
--enable-libpkix) gyp_params+=(-Ddisable_libpkix=0) ;;
--mozpkix-only) gyp_params+=(-Dmozpkix_only=1 -Ddisable_tests=1 -Dsign_libs=0) ;;
--disable-keylog) sslkeylogfile=0 ;;