lua5.1: link to libpthread when using uclibc
authorPetr Štetiar <ynezz@true.cz>
Fri, 15 Oct 2010 23:09:20 +0000 (23:09 +0000)
committerKhem Raj <raj.khem@gmail.com>
Thu, 21 Oct 2010 01:30:24 +0000 (18:30 -0700)
commitfff62b3b96794ecd2a912eff451949321c382798
tree12579169eaef20c3e26f2ea6e23fef418a17246c
parent1e171fd3d7579fd08aa6db26b98eee5938929ba6
lua5.1: link to libpthread when using uclibc

When the Lua modules are linked with pthreads, loading them crashes Lua. It's
some bug in pthread_create() in uclibc. Anyway, linking Lua against pthread
fixes this issue.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/lua/lua5.1/uclibc-pthread.patch [new file with mode: 0644]
recipes/lua/lua5.1_5.1.4.bb