projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
285e200
)
apk: switch to wget url backend for HOST tool
author
Christian Marangi
<ansuelsmth@gmail.com>
Fri, 25 Oct 2024 20:35:02 +0000
(22:35 +0200)
committer
Christian 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
patch
|
blob
|
history
diff --git
a/package/system/apk/Makefile
b/package/system/apk/Makefile
index 3fc3aedc4964ed83ae8c9d89183d635639d8f9fd..3e2066e2698f33e8b1d96b2522ae72c5f899726a 100644
(file)
--- 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