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-19 22:23:37 +0100 |
commit | 9803d84873417e1efadc05961b65bedb93d83f65 (patch) | |
tree | 2bbb1bc4abef60f8934cd43a998a6261a75195ce /package/glibc | |
parent | 6f9887a9d38e2cbd29e1518e90f833f05ab7017f (diff) | |
download | buildroot-9803d84873417e1efadc05961b65bedb93d83f65.tar.gz buildroot-9803d84873417e1efadc05961b65bedb93d83f65.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 'package/glibc')
0 files changed, 0 insertions, 0 deletions