diff options
| author | Jonas Gorski | 2024-11-14 11:03:44 +0000 |
|---|---|---|
| committer | Jonas Gorski | 2024-11-14 11:03:44 +0000 |
| commit | b67db1b0fc9528f7bf7b5dc47b276e4ad146ae00 (patch) | |
| tree | 2ecde4693e73bbd1b9170482f224abd9fac20f27 | |
| parent | 954d2ad81b86762a7310a550158f0b35a0f81090 (diff) | |
| download | openwrt-b67db1b0fc9528f7bf7b5dc47b276e4ad146ae00.tar.gz | |
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@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 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 |