1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

www/mod_cfg_ldap: Fix build.

This commit is contained in:
Xin LI 2023-05-15 22:51:50 -07:00
parent 46861f24ae
commit b122656d9f
2 changed files with 11 additions and 1 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= mod_cfg_ldap
PORTVERSION= 1.2
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= www
MASTER_SITES= SF/modcfgldap/${PORTNAME}/${PORTVERSION}
DIST_SUBDIR= apache2

View File

@ -0,0 +1,10 @@
--- mod_cfg_ldap.c.orig 2004-09-16 17:02:15 UTC
+++ mod_cfg_ldap.c
@@ -45,6 +45,7 @@
#include "http_log.h"
#include "http_request.h"
#include "apr_strings.h"
+#define LDAP_DEPRECATED 1
#include "ldap.h"
#define CFG_LDAP_NO_SUCH_VHOST "cfg_ldap_no_such_vhost"