security/cyrus-sasl2: Remove INVALID_BDB_VER from Makefile.common
PR: 263012 Reported by: yasu
This commit is contained in:
parent
de02b1a9d2
commit
167fd9d2db
@ -88,7 +88,6 @@ CPPFLAGS+= -fPIC
|
||||
.if ${PORT_OPTIONS:MBDB1}
|
||||
SASLDB_NAME= sasldb2.db
|
||||
.elif ${PORT_OPTIONS:MBDB}
|
||||
INVALID_BDB_VER=2
|
||||
SASLDB_NAME= sasldb2
|
||||
.elif ${PORT_OPTIONS:MGDBM} || ${PORT_OPTIONS:MLMDB}
|
||||
SASLDB_NAME= sasldb2
|
||||
@ -118,10 +117,6 @@ post-install-DOCS-on:
|
||||
|
||||
.elif ${CYRUS_BUILD_TARGET} == "saslauthd"
|
||||
|
||||
.if ${PORT_OPTIONS:MBDB}
|
||||
INVALID_BDB_VER=2
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MOPENLDAP}
|
||||
.if defined(WITH_OPENLDAP_VER)
|
||||
WANT_OPENLDAP_VER= ${WITH_OPENLDAP_VER}
|
||||
|
Loading…
Reference in New Issue
Block a user