diff options
| author | Christian Marangi | 2024-10-25 20:35:02 +0000 |
|---|---|---|
| committer | Christian Marangi | 2024-10-28 23:07:54 +0000 |
| commit | 0d96ed1894e004f516b54e73493d989998f63887 (patch) | |
| tree | ea65ddc98b869e78672e82cd3303982aedd2db26 | |
| parent | 285e200e5ed672798583a6645ee0afccbb2177dd (diff) | |
| download | openwrt-0d96ed1894e004f516b54e73493d989998f63887.tar.gz | |
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@gmail.com>
| -rw-r--r-- | package/system/apk/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |