NTML uses DES and MD4, both of which are retired.
Signed-off-by: Philip Prindeville <redacted>
PKG_NAME:=wget
PKG_VERSION:=1.25.0
-PKG_RELEASE:=2
+PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
CONFIGURE_ARGS+= \
--disable-rpath \
--disable-iri \
+ --disable-ntlm \
--with-included-libunistring \
--without-libuuid \
--without-libpsl
ifeq ($(BUILD_VARIANT),nossl)
CONFIGURE_ARGS+= \
- --disable-ntlm \
--without-ssl
endif