Signed-off-by: Dirk Feytons <dirk.feytons@gmail.com>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 49183
bool "Enable verbose error strings"
default n
+config LIBCURL_NTLM
+ bool "Enable NTLM support"
+ depends LIBCURL_CRYPTO_AUTH && !LIBCURL_NOSSL
+ default n
+
endif
CONFIG_LIBCURL_THREADED_RESOLVER \
CONFIG_LIBCURL_TLS_SRP \
CONFIG_LIBCURL_UNIX_SOCKETS \
- CONFIG_LIBCURL_VERBOSE
+ CONFIG_LIBCURL_VERBOSE \
+ CONFIG_LIBCURL_NTLM
include $(INCLUDE_DIR)/package.mk
endef
TARGET_CFLAGS += $(FPIC)
+TARGET_CPPFLAGS += $(if $(CONFIG_LIBCURL_NTLM),,-DCURL_DISABLE_NTLM)
CONFIGURE_ARGS += \
--disable-debug \