mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/libcurl: remove configure option --disable-ntlm-wb
Upstream removed this configure option in version 8.8.0:50def7c881which was added to buildroot with commit50bdb2a3b7. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr> (cherry picked from commit8ee654b28e) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
2d7bd5dfc2
commit
6645538dac
@@ -15,17 +15,11 @@ LIBCURL_LICENSE_FILES = COPYING
|
||||
LIBCURL_CPE_ID_VENDOR = haxx
|
||||
LIBCURL_INSTALL_STAGING = YES
|
||||
|
||||
# We disable NTLM delegation to winbinds ntlm_auth ('--disable-ntlm-wb')
|
||||
# support because it uses fork(), which doesn't work on non-MMU platforms.
|
||||
# Moreover, this authentication method is probably almost never used (see
|
||||
# https://curl.se/docs/manpage.html#--ntlm), so disable NTLM support overall.
|
||||
#
|
||||
# Likewise, there is no compiler on the target, so libcurl-option (to
|
||||
# generate C code) isn't very useful
|
||||
LIBCURL_CONF_OPTS = \
|
||||
--disable-manual \
|
||||
--disable-ntlm \
|
||||
--disable-ntlm-wb \
|
||||
--with-random=/dev/urandom \
|
||||
--disable-curldebug \
|
||||
--disable-libcurl-option \
|
||||
|
||||
Reference in New Issue
Block a user