summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorJ.C. Jones <jjones@mozilla.com>2019-01-27 10:45:06 -0700
committerJ.C. Jones <jjones@mozilla.com>2019-01-27 10:45:06 -0700
commit269498dfae35745dad5575c79421845d09c33309 (patch)
tree67c910efe19bf03beaa3f8155794ce136366eea3 /build.sh
parent8e0e149875234f7fa4470d71ef64295af87bca49 (diff)
downloadnss-hg-269498dfae35745dad5575c79421845d09c33309.tar.gz
Backed out changeset 32ad1532c67a
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/build.sh b/build.sh
index 6d070af20..4c6d513cd 100755
--- a/build.sh
+++ b/build.sh
@@ -50,7 +50,6 @@ fuzz=0
fuzz_tls=0
fuzz_oss=0
no_local_nspr=0
-sslkeylogfile=1
gyp_params=(--depth="$cwd" --generator-output=".")
ninja_params=()
@@ -104,7 +103,6 @@ while [ $# -gt 0 ]; do
--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) ;;
- --disable-keylog) sslkeylogfile=0 ;;
*) show_help; exit 2 ;;
esac
shift
@@ -118,8 +116,6 @@ else
target=Debug
fi
-gyp_params+=(-Denable_sslkeylogfile="$sslkeylogfile")
-
# Do special setup.
if [ "$fuzz" = 1 ]; then
source "$cwd"/coreconf/fuzz.sh