[Buildroot] [Bug 803] [PATCH] lua - add shared library patch and config option for readline/ncurses support

Gustavo Zacarias gustavo at zacarias.com.ar
Mon Dec 14 20:53:52 UTC 2009


Michael S. Zick wrote:

> Depends on the version - but the current and recent version have had the makefile
> reorganized to always build-in the standard libraries;
> So yes, the makefile needs to be un-reorganized (by a patch?) to get Lua + shared
> libraries out of it.
> (The prior to 5.0 organization).
> 
> Mike

I think we're on a different tune here.
I'm commenting about the proposed patch that changes the lua package in
the following ways:
1) Makes a shared liblua instead of a static one.
2) Allows the package to just install liblua with options for lua and luac.
3) Also allows for lua to be built without readline support.
Plain upstream 5.1.4 lua (current in buildroot) doesn't build shared
libraries by default, and that's what i talking about (point 1) and the
proposed change in buildroot is probably lacking a patch (or the libtool
hooks to do so in the .mk file).
Regards.



More information about the buildroot mailing list