Bug 719

Summary: Add lua option to haserl
Product: buildroot Reporter: Gustavo Zacarias <gustavo>
Component: OtherAssignee: Gustavo Zacarias <gustavo>
Status: RESOLVED FIXED    
Severity: enhancement CC: buildroot
Priority: P5    
Version: unspecified   
Target Milestone: 2010.05   
Hardware: PC   
OS: Linux   
Host: i686-linux Target: arm-softfloat-linux-uclibcgnueabi
Build:
Bug Depends on: 803    
Bug Blocks:    
Attachments: Add lua option to haserl
Add lua option to haserl (2)
Add lua option to haserl

Description Gustavo Zacarias 2009-11-13 18:40:24 UTC
Created attachment 751 [details]
Add lua option to haserl

This patch adds the option for haserl-0.9.x to enable it's lua mode.
Right now it links against lua in LUA_DIR.
Ideally the lua package should introduce a PACKAGE_LIBLUA option to just install libs/headers to STAGING_DIR since haserl doesn't need the binaries.
Comment 1 Gustavo Zacarias 2009-12-23 12:36:37 UTC
Created attachment 865 [details]
Add lua option to haserl (2)
Comment 2 Gustavo Zacarias 2009-12-23 12:37:30 UTC
New patch against lua from bug #803
Nicer since it links against a shared liblua.
Comment 3 Thomas Petazzoni 2010-02-21 22:33:03 UTC
Move milestone to 2010.05 since enhancements will not be handled before the release of 2010.02.
Comment 4 Gustavo Zacarias 2010-04-29 21:08:59 UTC
Created attachment 1603 [details]
Add lua option to haserl

Latest patch version.
Comment 5 Peter Korsgaard 2010-05-01 20:36:15 UTC
Committed, thanks