apk: switch to wget url backend for HOST tool
authorChristian Marangi <ansuelsmth@gmail.com>
Fri, 25 Oct 2024 20:35:02 +0000 (22:35 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Mon, 28 Oct 2024 23:07:54 +0000 (00:07 +0100)
Switch APK to wget url backend for HOST tool to handle a problem with
libressl.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
package/system/apk/Makefile

index 3fc3aedc4964ed83ae8c9d89183d635639d8f9fd..3e2066e2698f33e8b1d96b2522ae72c5f899726a 100644 (file)
@@ -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