diff options
-rw-r--r-- | lib/Makefile.netware | 2 |
1 files changed, 2 insertions, 0 deletions
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 |