From: Jonas Gorski Date: Thu, 14 Nov 2024 11:03:44 +0000 (+0100) Subject: apk: explicitly enable help X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b67db1b0fc9528f7bf7b5dc47b276e4ad146ae00;p=thirdparty%2Fopenwrt.git 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 --- diff --git a/package/system/apk/Makefile b/package/system/apk/Makefile index 4ce8f21a48c..1ddc9635adf 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