diff options
author | Gunter Knauf <gk@gknw.de> | 2007-08-12 00:48:10 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2007-08-12 00:48:10 +0000 |
commit | 44dc36cc8f4c205bd9c63bf2f9f1bb34c83d43f6 (patch) | |
tree | 974a3c0fe2c6dfdd7a68c2b118f3910e4d0132dd /lib | |
parent | 6d3701318d99f324b4f79246636f1a78cef58286 (diff) |
disable LDAP since we can no longer compile due to header incompatiblities.
Diffstat (limited to 'lib')
-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 |