Require nss 3.49 for consumers building with system nss

(technically, gecko 72 only requires 3.48 but 73 will require 3.49)
This commit is contained in:
landry 2020-01-07 17:27:45 +00:00
parent 4fd100bba5
commit 0b932664cb

View File

@ -1,4 +1,4 @@
# $OpenBSD: mozilla.port.mk,v 1.128 2019/12/03 16:49:45 landry Exp $
# $OpenBSD: mozilla.port.mk,v 1.129 2020/01/07 17:27:45 landry Exp $
# ppc: firefox-esr/thunderbird xpcshell segfaults during startup compilation
# ppc: seamonkey/firefox - failure to link for atomic ops on 64 bits
@ -61,7 +61,7 @@ MODMOZ_BUILD_DEPENDS = devel/autoconf/2.13 \
archivers/zip>=2.3
.if !defined(MOZILLA_USE_BUNDLED_NSS)
MODMOZ_LIB_DEPENDS += security/nss>=3.47.1
MODMOZ_LIB_DEPENDS += security/nss>=3.49
MODMOZ_WANTLIB += nss3 nssutil3 smime3 ssl3
CONFIGURE_ARGS += --with-system-nss
.endif