git: cf27094347f4 - main - devel/apr1: Fix build failure for GDMB option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 04 Apr 2023 07:53:03 UTC
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"