summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorRobert Relyea <rrelyea@redhat.com>2023-02-27 15:19:20 -0800
committerRobert Relyea <rrelyea@redhat.com>2023-02-27 15:19:20 -0800
commitf4262a3db99a22b38fc8d6d9e8103ad31a697f9f (patch)
tree8b77dde21c43c846e9312de578887c0492469da3 /build.sh
parent9a7e1bc157adb261651fefb791901614460843a1 (diff)
downloadnss-hg-f4262a3db99a22b38fc8d6d9e8103ad31a697f9f.tar.gz
This change was supposed to be pushed to nss-try,
but something went out of wack. Back this change out of the tip
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 6d7b374fc..bbb8d04a4 100755
--- a/build.sh
+++ b/build.sh
@@ -123,7 +123,6 @@ while [ $# -gt 0 ]; do
--with-nspr=?*) set_nspr_path "${1#*=}"; no_local_nspr=1 ;;
--system-nspr) set_nspr_path "/usr/include/nspr/:"; no_local_nspr=1 ;;
--system-sqlite) gyp_params+=(-Duse_system_sqlite=1) ;;
- --system-liboqs) gyp_params+=(-Duse_system_liboqs=1) ;;
--enable-fips) gyp_params+=(-Ddisable_fips=0) ;;
--enable-libpkix) gyp_params+=(-Ddisable_libpkix=0) ;;
--mozpkix-only) gyp_params+=(-Dmozpkix_only=1 -Ddisable_tests=1 -Dsign_libs=0) ;;