From 0d96ed1894e004f516b54e73493d989998f63887 Mon Sep 17 00:00:00 2001 From: Christian Marangi Date: Fri, 25 Oct 2024 22:35:02 +0200 Subject: [PATCH] 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 --- package/system/apk/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2