]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
libubox: fix build with lua option
authorHadrien Boutteville <hadrien.boutteville@gmail.com>
Thu, 27 Mar 2014 03:41:18 +0000 (04:41 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 27 Mar 2014 07:42:47 +0000 (08:42 +0100)
commit9efd3bd079ce24791e6b6bdd6f02983991b68b8c
tree046456fe1227d6520ec321a253e8abaa599680a4
parent09b0b7d73f709fc0e2c5bbee47c4edcb877dfd7d
libubox: fix build with lua option

Fixes
http://autobuild.buildroot.org/results/fc6/fc64896ca5c3b05dfe4b5c5e7d25fc4b6c9976ad/
and a bunch of similar failures.

When Lua package is selected, libubox sets an option to build with Lua
binding. Unfortunately, if LUAPATH is not passed libubox seeks it on
the host instead of staging due to hard coded pkg-config commands in
its CMake file. As a result Lua is not found and the build fails.
Fix it by passing LUAPATH in LIBUBOX_CONF_OPT.

Similarly, libubox seeks LUA_CFLAGS with the host's pkg-config for the
same reason. To prevent potential errors, fix it by passing LUA_CFLAGS
in LIBUBOX_CONF_OPT.

Finally, libubox fails to build with Lua 5.2 because it uses functions
removed from this version.
Fix it by activating the option only with Lua 5.1.

Signed-off-by: Hadrien Boutteville <hadrien.boutteville@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libubox/libubox.mk