Bug 139 - Bump sqlite to 3.6.11 and convert to Makefile.autotools.in
Summary: Bump sqlite to 3.6.11 and convert to Makefile.autotools.in
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 enhancement
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-03 16:39 UTC by Gustavo Zacarias
Modified: 2009-03-03 20:24 UTC (History)
1 user (show)

See Also:
Host: i686-linux
Target: arm-softfloat-linux-uclibcgnueabi
Build:


Attachments
Bump sqlite to 3.6.11, convert to Makefile.autotools.in (4.26 KB, patch)
2009-03-03 16:39 UTC, Gustavo Zacarias
Details
Bump sqlite to 3.6.11, convert to Makefile.autotools.in with uninstall target (4.65 KB, patch)
2009-03-03 17:17 UTC, Gustavo Zacarias
Details

Note You need to log in before you can comment on or make changes to this bug.
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.