- Add DBM=ndbm support
PR: ports/83644 Submitted by: Oliver Brandmueller <ob@gruft.de> With Hat: apache@
This commit is contained in:
parent
216e423c97
commit
bad881dd75
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253882
1 changed files with 2 additions and 0 deletions
|
@ -63,6 +63,8 @@ WITH_DBM=bdb
|
|||
.if defined(WITH_DBM)
|
||||
. if ${WITH_DBM:L} == "sdbm"
|
||||
CONFIGURE_ARGS+= --with-dbm=sdbm
|
||||
. elif ${WITH_DBM:L} == "ndbm"
|
||||
CONFIGURE_ARGS+= --with-ndbm
|
||||
. elif ${WITH_DBM:L} == "gdbm"
|
||||
LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm
|
||||
CONFIGURE_ARGS+= --with-gdbm=${LOCALBASE}
|
||||
|
|
Loading…
Reference in a new issue