From cf27094347f49c6705120a5a4079a8135a022ae6 Mon Sep 17 00:00:00 2001 From: Bernard Spil Date: Tue, 4 Apr 2023 09:52:15 +0200 Subject: [PATCH] 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 35f77f80c5536..b6841930df3c1 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"