]> 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:59:04 +0000 (11:59 -0600)
commit4e038c1eaae70605b6ef67a93c5ffea46a2d7c60
tree5bea4fbe6f71581393c45191de988253678a7574
parent3bcf4833738edc6fd542049713fa74837fc98657
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