]> git.ipfire.org Git - thirdparty/asterisk.git/commit
pbx_lua: Add LUA_VERSIONS environment variable to ./configure.
authorJaco Kroon <jaco@uls.co.za>
Wed, 23 Dec 2020 17:41:10 +0000 (19:41 +0200)
committerJoshua Colp <jcolp@sangoma.com>
Wed, 6 Jan 2021 17:58:29 +0000 (11:58 -0600)
commitaca435dfe7daed36a05ec59b78a27d7372ea6320
tree6a77269c328049a1edbb14f2d3be50f26b2294f7
parent32e36144c74ddbcae26f633026eeee6f190911a2
pbx_lua:  Add LUA_VERSIONS environment variable to ./configure.

On Gentoo it's possible to have multiple lua versions installed, all
with a path of /usr, so it's not possible to use the current --with-lua
option to determisticly pin to a specific version as is required by the
Gentoo PMS standards.

This environment variable allows to lock to specific versions,
unversioned check will be skipped if this variable is supplied.

Change-Id: I8c403eda05df25ee0193960262ce849c7d2fd088
Signed-off-by: Jaco Kroon <jaco@uls.co.za>
configure
configure.ac