summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorRobert Relyea <rrelyea@redhat.com>2023-02-27 17:33:04 -0800
committerRobert Relyea <rrelyea@redhat.com>2023-02-27 17:33:04 -0800
commit9418a297c604a84a1043f10e97163836320959c3 (patch)
treeccb648fd15284f35fff53c0aacd1afa73e1e54d9 /build.sh
parentfceb08b2428170ae51938fa93bc2b2c00bd1d5ad (diff)
downloadnss-hg-9418a297c604a84a1043f10e97163836320959c3.tar.gz
Sigh, even when I explicitly push to nss-try, it's pushing to nss!
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) ;;