apk: host: set lua version to 5.1 to fix help
authorJonas Gorski <jonas.gorski@gmail.com>
Thu, 14 Nov 2024 10:21:41 +0000 (11:21 +0100)
committerJonas Gorski <jonas.gorski@gmail.com>
Thu, 14 Nov 2024 10:58:39 +0000 (11:58 +0100)
commitdeeb29e6feccf1359d15f708a91bb53bc957bbe0
treef6c72e470b434477b9c0a1437c5ab011d365a283
parentdab5ca818ef46b32a9c120b5136fd5a1a34a88a5
apk: host: set lua version to 5.1 to fix help

Commit b2a84c86e3 ("apk: host: make the help available") enabled the
host build for lua (5.1) as a dependency, but apk defaults to lua 5.3.
This caused it to ignore our lua, and only build the help if the host
system had lua 5.3 installed.

Fix this by explicitly setting the lua version to ours.

Fixes: b2a84c86e3 ("apk: host: make the help available")
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
package/system/apk/Makefile