[notify ]nss: remove NSS_ENABLE_TLS_1_3=1 as this causes NS_ERROR_NET_INADEQUATE_SECURITY to https on some major sites

This commit is contained in:
Danny Rawlins 2017-01-05 20:07:47 +11:00
parent 2b5d9d6888
commit 259d9a0b0b

View File

@ -5,8 +5,8 @@
name=nss
version=3.28.1
release=1
source=(http://ftp.mozilla.org/pub/security/nss/releases/NSS_3_28_1_RTM/src/$name-$version.tar.gz \
release=2
source=(http://ftp.mozilla.org/pub/security/nss/releases/NSS_${version//./_}_RTM/src/$name-$version.tar.gz \
nss-config.in nss.pc.in)
build() {
@ -20,7 +20,6 @@ build() {
export NSPR_LIB_DIR=/usr/lib
export NSS_USE_SYSTEM_SQLITE=1
export NSS_ENABLE_ECC=1
export NSS_ENABLE_TLS_1_3=1
export BUILD_OPT=1
export XCFLAGS="-Wno-error ${CFLAGS}"
export NSS_DISABLE_GTESTS=1