asterisk-16.x: sort out lua detection 531/head
authorSebastian Kemper <sebastian_ml@gmx.net>
Sat, 16 May 2020 18:55:27 +0000 (20:55 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sat, 16 May 2020 19:00:25 +0000 (21:00 +0200)
commit985365c3f2c10a9d2f8917faeb241a7106e3183c
tree0f558dbe93617087f58b90b5d5f863f3bd33755e
parente44fb87cc713beb4a9359215dd1e9487ccc3c189
asterisk-16.x: sort out lua detection

We have both liblua and liblua5.3 in $(STAGING_DIR)/usr. But the headers
for liblua5.3 are in (STAGING_DIR)/usr/include/lua5.3. The way things
are now, Asterisk uses the headers from liblua and links against
liblua5.3.

The easiest way out of this is to turn off the lua detection that is
based on version numbers. The next detection looks for a version-less
lua, which works fine.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
net/asterisk-16.x/Makefile
net/asterisk-16.x/patches/140-use-default-lua.patch [new file with mode: 0644]