From: Christian Marangi Date: Fri, 25 Oct 2024 20:35:02 +0000 (+0200) Subject: apk: switch to wget url backend for HOST tool X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=0d96ed1894e004f516b54e73493d989998f63887;p=openwrt%2Fopenwrt.git apk: switch to wget url backend for HOST tool Switch APK to wget url backend for HOST tool to handle a problem with libressl. Signed-off-by: Christian Marangi --- diff --git a/package/system/apk/Makefile b/package/system/apk/Makefile index 3fc3aedc49..3e2066e269 100644 --- a/package/system/apk/Makefile +++ b/package/system/apk/Makefile @@ -54,6 +54,7 @@ MESON_VARS+=VERSION=$(PKG_VERSION) MESON_HOST_ARGS += \ -Dcompressed-help=false \ -Ddocs=disabled \ + -Durl_backend=wget \ -Dcrypto_backend=openssl \ -Dzstd=false