[openwrt/openwrt] apk: explicitly enable help

LEDE Commits lede-commits at lists.infradead.org
Thu Nov 14 03:39:50 PST 2024


jogo pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/b67db1b0fc9528f7bf7b5dc47b276e4ad146ae00

commit b67db1b0fc9528f7bf7b5dc47b276e4ad146ae00
Author: Jonas Gorski <jonas.gorski at gmail.com>
AuthorDate: Thu Nov 14 12:03:44 2024 +0100

    apk: explicitly enable help
    
    Explicitly enable help so that the build will fail when an appropriate
    lua binary isn't found instead of silently disabling the feature.
    
    Signed-off-by: Jonas Gorski <jonas.gorski 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 4ce8f21a48..1ddc9635ad 100644
--- a/package/system/apk/Makefile
+++ b/package/system/apk/Makefile
@@ -55,6 +55,7 @@ MESON_VARS+=VERSION=$(PKG_VERSION)
 MESON_COMMON_ARGS = \
 	-Dcompressed-help=false \
 	-Ddocs=disabled \
+	-Dhelp=enabled \
 	-Dlua_version=5.1 \
 	-Durl_backend=wget \
 	-Dzstd=false




More information about the lede-commits mailing list