fix shared build: since 5.1, lua libraries (liblua & liblualib) have been merged...
authorNicolas Thill <nico@openwrt.org>
Tue, 9 Jan 2007 14:46:19 +0000 (14:46 +0000)
committerNicolas Thill <nico@openwrt.org>
Tue, 9 Jan 2007 14:46:19 +0000 (14:46 +0000)
commitf7383e1f3d5a475df9f1e42d76c6e0a974920bdc
tree61498e525161a91c797ec9d5986e93bcbb1ae2bc
parent59599dee019d7243ad11da785562144d204518cd
fix shared build: since 5.1, lua libraries (liblua & liblualib) have been merged, so instead of building 2 distincts libraries from the same sources, just symlink liblualib to liblua. storage-class specifiers have been changed for some functions to link the lua compiler (luac) against the shared library and save space. rename the patch to follow our patch naming scheme.

SVN-Revision: 6046
lang/lua/Makefile
lang/lua/patches/010-shared_liblua.patch [new file with mode: 0644]
lang/lua/patches/lua-5.1.1-so.patch [deleted file]