| Summary: | Bump sqlite to 3.6.11 and convert to Makefile.autotools.in | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Gustavo Zacarias <gustavo> |
| Component: | Other | Assignee: | 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 |
||
Created attachment 95 [details]
Bump sqlite to 3.6.11, convert to Makefile.autotools.in with uninstall target
Thanks, committed as r25511. |
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 :-)