]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
lua: don't be fancy when creating shared library
authorPeter Korsgaard <jacmet@sunsite.dk>
Sat, 17 Nov 2012 21:19:26 +0000 (22:19 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sat, 17 Nov 2012 21:19:26 +0000 (22:19 +0100)
commit684f208ecf1da23ce7013a91a69adb2ff7161715
treecd1ffb0edc57062715436b2f0e9cfd3dac72e912
parent56cbd27a4c14709163ec5437c41a8a046631b8c9
lua: don't be fancy when creating shared library

(Possibly) fixes #5354

The lua shared library patch was creating the shared library with
-nostdlib -lgcc for some unknown reason, which most likely is
the reason for the link issue reported in #5354.

Fix it by dropping these arguments, so gcc gets to figure out itself
what dependencies are needed.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/lua/lua-02-shared-libs-for-lua.patch