mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
disable LDAP since we can no longer compile due to header incompatiblities.
This commit is contained in:
parent
6d3701318d
commit
44dc36cc8f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user