Bump minimum sqlite requirement to 3.27.2, and nss to 3.44.1, as that's
what gecko 68 requires.
This commit is contained in:
parent
3395d04c86
commit
18764e6a7e
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: mozilla.port.mk,v 1.124 2019/03/19 19:22:42 landry Exp $
|
||||
# $OpenBSD: mozilla.port.mk,v 1.125 2019/07/09 17:58:22 landry Exp $
|
||||
|
||||
# ppc: firefox-esr/thunderbird xpcshell segfaults during startup compilation
|
||||
# ppc: seamonkey/firefox - failure to link for atomic ops on 64 bits
|
||||
@ -54,7 +54,7 @@ MODMOZ_BUILD_DEPENDS = devel/autoconf/2.13 \
|
||||
archivers/zip>=2.3
|
||||
|
||||
.if !defined(MOZILLA_USE_BUNDLED_NSS)
|
||||
MODMOZ_LIB_DEPENDS += security/nss>=3.42
|
||||
MODMOZ_LIB_DEPENDS += security/nss>=3.44.1
|
||||
MODMOZ_WANTLIB += nss3 nssutil3 smime3 ssl3
|
||||
CONFIGURE_ARGS += --with-system-nss
|
||||
.endif
|
||||
@ -84,7 +84,7 @@ CONFIGURE_ARGS += --with-system-hunspell
|
||||
|
||||
.if !defined(MOZILLA_USE_BUNDLED_SQLITE)
|
||||
MODMOZ_WANTLIB += sqlite3
|
||||
MODMOZ_LIB_DEPENDS += databases/sqlite3>=3.26.0
|
||||
MODMOZ_LIB_DEPENDS += databases/sqlite3>=3.27.2
|
||||
CONFIGURE_ARGS += --enable-system-sqlite
|
||||
# hack to build against systemwide sqlite3 (# 546162)
|
||||
CONFIGURE_ENV += ac_cv_sqlite_secure_delete=yes
|
||||
|
Loading…
x
Reference in New Issue
Block a user