summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorFranziskus Kiefer <franziskuskiefer@gmail.com>2018-08-03 10:35:44 +0200
committerFranziskus Kiefer <franziskuskiefer@gmail.com>2018-08-03 10:35:44 +0200
commit3d77547100b65036e847925ea82fba1f4b16eb20 (patch)
treebc0e1733407e9efe5bd009c6951837db61ccf64e /build.sh
parent67eda0f65557d253094329c74b30d11c32d77550 (diff)
downloadnss-hg-3d77547100b65036e847925ea82fba1f4b16eb20.tar.gz
Bug 1479787 - build mozpkix as part of NSS, r=mt,keeler
Differential Revision: https://phabricator.services.mozilla.com/D2719 Differential Revision: https://phabricator.services.mozilla.com/D2720 Differential Revision: https://phabricator.services.mozilla.com/D2861
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 338e14beb..558e91fcc 100755
--- a/build.sh
+++ b/build.sh
@@ -99,6 +99,7 @@ while [ $# -gt 0 ]; do
--system-nspr) set_nspr_path "/usr/include/nspr/:"; no_local_nspr=1 ;;
--enable-libpkix) gyp_params+=(-Ddisable_libpkix=0) ;;
--enable-fips) gyp_params+=(-Ddisable_fips=0) ;;
+ --mozpkix-only) gyp_params+=(-Dmozpkix_only=1 -Ddisable_tests=1 -Dsign_libs=0) ;;
*) show_help; exit 2 ;;
esac
shift