fix shared build: since 5.1, lua libraries (liblua & liblualib) have been merged...
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 9 Jan 2007 14:46:19 +0000 (14:46 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 9 Jan 2007 14:46:19 +0000 (14:46 +0000)
commit2c34e39390376f728beee6e79b5ad06b7d5b9335
tree61498e525161a91c797ec9d5986e93bcbb1ae2bc
parent0d65b9bccbf947b201175626e7bd87048671a8a2
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.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@6046 3c298f89-4303-0410-b956-a3cf2f4a3e73
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]