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:
parent
46861f24ae
commit
b122656d9f
@ -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
|
||||
|
10
www/mod_cfg_ldap/files/patch-mod__cfg__ldap.c
Normal file
10
www/mod_cfg_ldap/files/patch-mod__cfg__ldap.c
Normal 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"
|
Loading…
Reference in New Issue
Block a user