On 2023/04/30 02:19, Brad Smith wrote:
> +@@ -1664,12 +1647,12 @@ AC_ARG_ENABLE(lua,
> + [disable LUA scripting support (default enabled)])])
> + if test "${enable_lua}" != "no"
> + then
> +- PKG_CHECK_MODULES(LUA, lua5.2,
> ++ PKG_CHECK_MODULES(LUA, lua51,
Any particular reason to use 5.1 instead of 5.2? (They're all EoL except
5.4, but 5.1 is much longer since EoL).
Perhaps our lua ports should install pkg-config files under the lua5X
names which most other people seem to use, or maybe both lua5X and
lua5.X, to reduce the need for patching other ports.
No comments:
Post a Comment