telephony/net/asterisk-16.x
Sebastian Kemper 985365c3f2 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>
2020-05-16 21:00:25 +02:00
..
files asterisk-16.x: update init and configuration 2020-05-14 21:56:52 +02:00
patches asterisk-16.x: sort out lua detection 2020-05-16 21:00:25 +02:00
Makefile asterisk-16.x: sort out lua detection 2020-05-16 21:00:25 +02:00