diff options
author | Jörg Krause <joerg.krause@embedded.rocks> | 2018-11-15 20:28:46 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-11-23 11:10:56 +0100 |
commit | a9293fd786eb19e3bcb10bef2d2249c4832d3e91 (patch) | |
tree | 7699e4e6bcd9fa83e1db4c0a97faa36f7df31d35 /support/testing/tests/package/test_python_click.py | |
parent | 6239dee485aceacdbb9937da126bf71bf1293495 (diff) | |
download | buildroot-a9293fd786eb19e3bcb10bef2d2249c4832d3e91.tar.gz buildroot-a9293fd786eb19e3bcb10bef2d2249c4832d3e91.zip |
package/luvi: add patch to fix build issue
Since bumping luv from version 1.9.1 to 1.22.0, building luvi fails, as
"luv.h" now includes "compat-5.3.h", which is locally shipped as a
dependency to lua-compat-5.3.
Fixing the issue reveals, that luvi is using `luaL_newlib` which is not
available in the Lua 5.1 API. Building luvi with luv 1.9.1 was not an
issue before, because luv 1.9.1 defined `luaL_newlib` in luv.h, which
was removed in 1.22.0 in favour of using lua-compat-5.3.
Therefore, add a patch which defines `luaL_newlib` in luvi.h.
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'support/testing/tests/package/test_python_click.py')
0 files changed, 0 insertions, 0 deletions