Date: Tue, 4 Apr 2023 07:53:03 GMT From: Bernard Spil <brnrd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: cf27094347f4 - main - devel/apr1: Fix build failure for GDMB option Message-ID: <202304040753.3347r3ja056403@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by brnrd: URL: https://cgit.FreeBSD.org/ports/commit/?id=cf27094347f49c6705120a5a4079a8135a022ae6 commit cf27094347f49c6705120a5a4079a8135a022ae6 Author: Bernard Spil <brnrd@FreeBSD.org> AuthorDate: 2023-04-04 07:52:15 +0000 Commit: Bernard Spil <brnrd@FreeBSD.org> CommitDate: 2023-04-04 07:52:15 +0000 devel/apr1: Fix build failure for GDMB option PR: 269857 --- devel/apr1/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/apr1/Makefile b/devel/apr1/Makefile index 35f77f80c553..b6841930df3c 100644 --- a/devel/apr1/Makefile +++ b/devel/apr1/Makefile @@ -87,7 +87,7 @@ APU_CPPFLAGS= -I${APR_WRKDIR}/include BDB_VARS= ${BDB5_VARS} \ LICENSE_COMB=dual LICENSE+=AGPLv3 -BDB5_VARS= APU_CONF_ARGS+=--with-berkeley-db=${BDB_INCLUDE_DIR}:${BDB_LIB_DIR} \ +BDB5_VARS= APU_CONF_ARGS+=--with-berkeley-db=${BDB_INCLUDE_DIR}:${BDB_LIB_DIR} GDBM_VARS= APU_CONF_ARGS+=--with-gdbm=${LOCALBASE} LDAP_VARS= APU_CONF_ARGS+="--with-ldap-include=${LOCALBASE}/include \ --with-ldap-lib=${LOCALBASE}/lib --with-ldap=ldap"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304040753.3347r3ja056403>