]> 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:45 +0000 (11:58 -0600)
commit49f625b8dbd59cfda53bf22abe734fcf1a458b1a
tree96827a6bc8231ca0cdc82a175820bbd70e16e5bf
parentfb23f98521bbe94af6694b2b0d79d913756e8b2d
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