Skip to content

Commit

Permalink
devel/apr1: Fix build failure for GDMB option
Browse files Browse the repository at this point in the history
PR:		269857
  • Loading branch information
Sp1l committed Apr 4, 2023
1 parent b9d5e50 commit cf27094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel/apr1/Makefile
Expand Up @@ -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"
Expand Down

0 comments on commit cf27094

Please sign in to comment.