From 44dc36cc8f4c205bd9c63bf2f9f1bb34c83d43f6 Mon Sep 17 00:00:00 2001 From: Gunter Knauf Date: Sun, 12 Aug 2007 00:48:10 +0000 Subject: [PATCH] disable LDAP since we can no longer compile due to header incompatiblities. --- lib/Makefile.netware | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/Makefile.netware b/lib/Makefile.netware index ff98021f5..8b6c60e3f 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -176,6 +176,8 @@ ifeq ($(LIBARCH),LIBC) # INCLUDES += -I$(SDK_LIBC)/include/winsock # INCLUDES += -I$(SDK_LDAP)/libc/inc CFLAGS += -D_POSIX_SOURCE + # disable LDAP since we can no longer compile. + DISABLE_LDAP = 1 else INCLUDES += -I$(SDK_CLIB)/include/nlm # INCLUDES += -I$(SDK_CLIB)/include/nlm/obsolete