Bug 139

Summary: Bump sqlite to 3.6.11 and convert to Makefile.autotools.in
Product: buildroot Reporter: Gustavo Zacarias <gustavo>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: enhancement CC: buildroot
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: i686-linux Target: arm-softfloat-linux-uclibcgnueabi
Build:
Attachments: Bump sqlite to 3.6.11, convert to Makefile.autotools.in
Bump sqlite to 3.6.11, convert to Makefile.autotools.in with uninstall target

Description Gustavo Zacarias 2009-03-03 16:39:18 UTC
Created attachment 93 [details]
Bump sqlite to 3.6.11, convert to Makefile.autotools.in

Bump sqlite package from version 3.6.10 to 3.6.11, minor improvements including backup/restore functionality in the CLI.
Also convert package to Makefile.autotools.in
Make readline support an option, it's just used for command-line editing of the CLI and a big space saver (since it needs ncurses too).
The old version failed to properly build with support for readline/ncurses, so it brought in both libraries for nothing :-)
Comment 1 Gustavo Zacarias 2009-03-03 17:17:50 UTC
Created attachment 95 [details]
Bump sqlite to 3.6.11, convert to Makefile.autotools.in with uninstall target
Comment 2 Peter Korsgaard 2009-03-03 20:24:48 UTC
Thanks, committed as r25511.