From 48aa05002e3bd4fba120a0c157a8cc5e70c57441 Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Mon, 31 May 2021 13:49:59 +0200 Subject: [PATCH] ldap: Makefile - define LDAP_DEPRECATED=1 --- src/modules/ldap/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modules/ldap/Makefile b/src/modules/ldap/Makefile index 54a8a78421d..ebb68db4b16 100644 --- a/src/modules/ldap/Makefile +++ b/src/modules/ldap/Makefile @@ -19,4 +19,6 @@ ifeq ($(OS),solaris) LIBS=-L$(LOCALBASE)/lib -L/usr/sfw/lib -L/usr/local/lib -L/opt/sfw/lib -I/opt/csw/lib -lldap endif +DEFS+=-DLDAP_DEPRECATED=1 + include ../../Makefile.modules