net/openldap26-server: sync with upstream

Taken from: FreeBSD
This commit is contained in:
Franco Fichtner 2024-03-11 11:03:55 +01:00
parent bd013672b8
commit 47aaf7fa29
1 changed files with 5 additions and 0 deletions

View File

@ -390,6 +390,11 @@ post-patch:
@${REINPLACE_CMD} -E ${CONFIGURE_SED} \
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
.endif
.if !${PORT_OPTIONS:MDEBUG}
@${REINPLACE_CMD} -E \
-e '/ldap_dump_(connection|requests_and_responses);/d' \
${WRKSRC}/libraries/libldap/ldap.map
.endif
pre-configure:
@(cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf)