[openwrt/openwrt] apk: switch to wget url backend for HOST tool

LEDE Commits lede-commits at lists.infradead.org
Mon Oct 28 16:08:35 PDT 2024


ansuel pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/0d96ed1894e004f516b54e73493d989998f63887

commit 0d96ed1894e004f516b54e73493d989998f63887
Author: Christian Marangi <ansuelsmth at gmail.com>
AuthorDate: Fri Oct 25 22:35:02 2024 +0200

    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 <ansuelsmth at gmail.com>
---
 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
 




More information about the lede-commits mailing list