summaryrefslogtreecommitdiffstats
path: root/rules/sqlite.in
Commit message (Collapse)AuthorAgeFilesLines
* sqlite: config: enable foreign keys by defaultBruno Thomsen2020-08-031-0/+8
| | | | | | | | | | Support for foreign_keys pragma is already enabled at compile time. This allows turning on the feature by default on new database connections. Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com> Message-Id: <20200716172913.6053-1-bruno.thomsen@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* sqlite: fix typo in option SQLITE_LOAD_EXTENTIONRoland Hieber2019-07-161-1/+1
| | | | | Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* sqlite: bump version and remove unused TCL optionClemens Gruber2016-09-211-1/+0
| | | | | Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* sqlite: switch pack to autoconf sourcesMichael Olbrich2014-01-291-0/+6
| | | | | | | | | | | Using the "Legacy Source Code Distribution" is not supported and not recommended, so it shouldn't be used unless absolutely necessary. Also, it needs tclsh as host tool to generate the 'amalgamation'. Custom rules or a patch for sqlite3.c can be use when this is not sufficient. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* sqlite: don't forget CROSS_ENV in SQLITE_CONF_ENVMichael Olbrich2014-01-091-6/+0
| | | | | | | | The configure options --{en,dis}able-dynamic-extensions no longer exist. Adding CROSS_ENV revealed this because it contains enable_option_checking=fatal. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* Bump the old SQLite version to the recent one that is recommend by theMarkus Rathgeb2011-04-141-56/+0
| | | | | | sqlite developers. Signed-off-by: Markus Rathgeb <rathgeb.markus@googlemail.com>
* [sqlite] add missing dependenciesMichael Olbrich2011-01-151-2/+4
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [sqlite] use global large file optionMichael Olbrich2010-07-161-5/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [sqlite] fix libdl dependency + version bumpRobert Schwebel2009-08-131-0/+1
| | | | | | | sqlite has an implicit dependency to libdl, add to linker flags. While being there, update to the latest stable release: 3.6.15 -> 3.6.17. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* [sqlite] Update and small fixMarc Kleine-Budde2009-06-161-0/+43
| | | | | | | | | | | | | * Update to version 3.6.15 * Add new menu options * Fix compile be using the --disable-amalgamation which removes the need for a working TCL Signed-off-by: Erwin Rol <erwin@erwinrol.com> [mkl: fixed whitespace issues] Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10809 33e552b5-05e3-0310-8538-816dae2090ed
* [sqlite] just cleanupsMarc Kleine-Budde2009-05-101-2/+2
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10415 33e552b5-05e3-0310-8538-816dae2090ed
* * sqlite: Version bump and clean upJuergen Beisert2009-03-101-12/+40
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10046 33e552b5-05e3-0310-8538-816dae2090ed
* * rules/*.in:Marc Kleine-Budde2008-10-281-0/+1
| | | | | | | added SECTION git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8983 33e552b5-05e3-0310-8538-816dae2090ed
* * r*..s*.in: turn bool into tristate for package selectionsJochen Frieling2008-06-041-5/+5
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8316 33e552b5-05e3-0310-8538-816dae2090ed
* * help texts q..s rounded off, some fixesJochen Frieling2007-10-191-2/+2
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7535 33e552b5-05e3-0310-8538-816dae2090ed
* Indent with <tab> not 8 <space>s.Ladislav Michl2006-02-111-1/+0
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4572 33e552b5-05e3-0310-8538-816dae2090ed
* make nicer menuesRobert Schwebel2006-01-021-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3690 33e552b5-05e3-0310-8538-816dae2090ed
* cleanup; removed bogus 'Compile'sRobert Schwebel2005-11-201-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@3411 33e552b5-05e3-0310-8538-816dae2090ed
* restructuring menu structureRobert Schwebel2005-06-121-3/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@2786 33e552b5-05e3-0310-8538-816dae2090ed
* added sqlite; patch by Ladislav MichlRobert Schwebel2004-11-051-0/+31
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@1999 33e552b5-05e3-0310-8538-816dae2090ed