diff options
| author | Philip Prindeville | 2026-02-04 21:29:53 +0000 |
|---|---|---|
| committer | Philip Prindeville | 2026-02-08 18:38:17 +0000 |
| commit | d43dc6e98d6e21eac6da9be0e8b8df6afe90b0cc (patch) | |
| tree | 4bac6878b1d7f5e35760b6210dcf0adaf80c610d | |
| parent | 2921e52cd87c948f484cd704de189ff9e082d078 (diff) | |
| download | packages-d43dc6e98d6e21eac6da9be0e8b8df6afe90b0cc.tar.gz | |
wget: don't build http-ntml as it's deprecated
NTML uses DES and MD4, both of which are retired.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
| -rw-r--r-- | net/wget/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/wget/Makefile b/net/wget/Makefile index 2f4645b08f..5f36771300 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk 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) @@ -72,6 +72,7 @@ endef CONFIGURE_ARGS+= \ --disable-rpath \ --disable-iri \ + --disable-ntlm \ --with-included-libunistring \ --without-libuuid \ --without-libpsl @@ -90,7 +91,6 @@ endif ifeq ($(BUILD_VARIANT),nossl) CONFIGURE_ARGS+= \ - --disable-ntlm \ --without-ssl endif |