summaryrefslogtreecommitdiffstats
path: root/rules/sqlite.make
Commit message (Collapse)AuthorAgeFilesLines
* sqlite: don't accidentally depend on zlibMichael Olbrich2019-07-161-0/+1
| | | | | | It's not selected but automatically detected via zlib.h. 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: version bump 3.19.2 -> 3.28.0Roland Hieber2019-07-161-6/+13
| | | | | | | | | | | | | | | | | | | Clean up and pin down the config options. The removed defines in CPPFLAGS are already set by the configure script when we supply the right configure options; and this way ./scripts/configure_helper.py is also happy. Add a patch so that building without pthreads does not fail with linker errors (could already be broken in previous versions, but I didn't test). Even if "public_domain" is not a valid SPDX license identifier (see this discussion [1] for background), it describes the license situation best. Pin down the license MD5 mentioning that it is public domain. [1]: https://wiki.spdx.org/view/Legal_Team/Decisions/Dealing_with_Public_Domain_within_SPDX_Files Cc: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* CREDITS: remove unmaintained fileRoland Hieber2019-07-031-2/+0
| | | | | | | | | | | | | | | This file has been touched 2 times in the last 7 years, and is no longer up to date. Remove it to carry less unmaintained stuff around. Also remove all references to it from file headers using for file in `g grep -l 'See CREDITS for details about who has'`; do sed -i '/See CREDITS for details about who has/,+1d' $file done as well as the different wording from rules/other/Toplevel.make. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* sqlite: version bump to 3.19.2Sascha Hauer2017-06-211-2/+2
| | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* sqlite: version bump 3.15.2 -> 3.16.2Clemens Gruber2017-02-081-3/+3
| | | | | Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* sqlite: update 3.14.1 -> 3.15.2Clemens Gruber2017-01-051-7/+13
| | | | | | | | | | Set configure options explicitly and set all defines to 1. Enable a common option to allow AND, NOT and nested parenthesis in FTS3/4 queries. Dynamically link libsqlite3 to sqlite3 shell tool to save space. Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* sqlite: bump version and remove unused TCL optionClemens Gruber2016-09-211-3/+3
| | | | | Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* sqlite: version bump and improved build optionsClemens Gruber2016-06-201-6/+6
| | | | | | | | | | | | | | | | | - Bump the version to 3.13.0: http://sqlite.org/releaselog/3_13_0.html - Using FTS4 also enables FTS3, they share most of their code and FTS4 is recommended for new applications. (Better query performance) - Include the JSON1 functions - The lookaside memory allocator should not be disabled, it is the default allocator since 3.6.1 and is much quicker. 50KB per database connection are used for the memory pool but this can be changed at runtime, if a smaller memory footprint is required. - SECURE_DELETE should not be the default, those who need it can always enable it at runtime with the secure_delete pragma. That build option only controls the default value. Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* sqlite: version bump 3080801 -> 3090200Michael Olbrich2015-11-071-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* sqlite: version bump 3.8.7.1 -> 3.8.8.1Bernhard Walle2015-01-261-3/+3
| | | | | Signed-off-by: Bernhard Walle <bernhard@bwalle.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* sqlite: version bump 3.8.2.0 -> 3.8.7.1Bernhard Walle2014-11-131-3/+3
| | | | | Signed-off-by: Bernhard Walle <bernhard@bwalle.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* sqlite: switch pack to autoconf sourcesMichael Olbrich2014-01-291-18/+9
| | | | | | | | | | | 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: version bump 3.8.1.0 -> 3.8.2.0Michael Olbrich2014-01-291-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* sqlite: don't forget CROSS_ENV in SQLITE_CONF_ENVMichael Olbrich2014-01-091-6/+1
| | | | | | | | 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>
* sqlite: Source bugfixMarkus Pargmann2013-11-171-5/+5
| | | | | | | | | | | | | sqlite.make used the wrong "amalgamation sources". They include a generated sqlite3.c file. To make use of some flags like "SQLITE_ENABLE_UPDATE_DELETE_LIMIT", it is necessary to generate the sqlite3.c file. This patch uses the raw sources of sqlite3 to generate a sqlite3.c which works with those special flags. Signed-off-by: Markus Pargmann <mpa@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* Bump SQLite3 to 3.7.15.2Bernhard Sessler2013-03-061-2/+2
| | | | | Signed-off-by: Bernhard Sessler <bernhard.sessler@corscience.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* sqlite: Update to 3.7.13Bernhard Walle2012-06-141-2/+2
| | | | | Signed-off-by: Bernhard Walle <bernhard@bwalle.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* sqlite: version bump to 3071100 and add enable more featuresMarc Kleine-Budde2012-05-081-3/+14
| | | | | | ...needed to for php5 to use sqlite. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* sqlite: always use sqlite autoconf versionMarc Kleine-Budde2012-05-081-6/+1
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* sqlite: beautify enable-readlineMarc Kleine-Budde2012-05-081-2/+1
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* sqlite: remove obsolete get stage and PATH definitionMarc Kleine-Budde2012-05-081-9/+0
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* sqlite: Update to 3.7.10Bernhard Walle2012-01-191-2/+2
| | | | | Signed-off-by: Bernhard Walle <bernhard@bwalle.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* sqlite: Update to 3.7.9Bernhard Walle2011-11-041-2/+2
| | | | | | | See http://www.sqlite.org/releaselog/3_7_9.html for a full changelog. Signed-off-by: Bernhard Walle <bernhard@bwalle.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* rules/sqlite.make: Updated SQLite to version 3.7.8Bernhard Sessler2011-10-101-2/+2
| | | | | | | This patch merely updates SQLite to the most recent stable version 3.7.8 Signed-off-by: Bernhard Sessler <sessler@corscience.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* sqlite: version bump 30700500 -> 3070603Robert Schwebel2011-06-271-5/+6
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* [rules] add md5sum for all packagesMichael Olbrich2011-05-041-0/+1
| | | | 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/+13
| | | | | | sqlite developers. Signed-off-by: Markus Rathgeb <rathgeb.markus@googlemail.com>
* [sqlite] targetinstall consolidationRobert Schwebel2010-10-221-6/+1
| | | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] remove obsolete fixup linesMichael Olbrich2010-07-191-3/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [sqlite] use global large file optionMichael Olbrich2010-07-161-6/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [sqlite] fix readline detectionMarc Kleine-Budde2010-02-181-1/+3
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [sqlite] fix libdl linking problemMarc Kleine-Budde2010-02-181-4/+4
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [sqlite] version bump to 3.6.22Marc Kleine-Budde2010-02-141-1/+1
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [sqlite] remove obsolete clean target & other cleanupsMichael Olbrich2010-01-181-15/+6
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [sqlite] just cleanupsMarc Kleine-Budde2010-01-101-3/+3
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [sqlite] fix libdl dependency + version bumpRobert Schwebel2009-08-131-2/+3
| | | | | | | 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-3/+37
| | | | | | | | | | | | | * 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] version bump to 3.6.13Marc Kleine-Budde2009-05-101-5/+5
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10417 33e552b5-05e3-0310-8538-816dae2090ed
* [sqlite] fix tcl supportMarc Kleine-Budde2009-05-101-2/+9
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10416 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-111/+51
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10046 33e552b5-05e3-0310-8538-816dae2090ed
* * .make files: location of ipkg files has changedRobert Schwebel2008-06-031-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8285 33e552b5-05e3-0310-8538-816dae2090ed
* * sqlite: update to 3.5.6Robert Schwebel2008-02-061-6/+14
| | | | | | | * sqlite: fix install stage to follow new scheme git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7728 33e552b5-05e3-0310-8538-816dae2090ed
* * sqlite: version bump, old version was not available any moreRobert Schwebel2007-12-281-4/+4
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7665 33e552b5-05e3-0310-8538-816dae2090ed
* * overall: use SYSROOT where we mean SYSROOTRobert Schwebel2007-10-141-5/+5
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7373 33e552b5-05e3-0310-8538-816dae2090ed
* version bumpRobert Schwebel2007-04-231-1/+2
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7116 33e552b5-05e3-0310-8538-816dae2090ed
* * rules/*.make:Marc Kleine-Budde2006-06-091-1/+0
| | | | | | | remove -include $(call package_depfile) git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5707 33e552b5-05e3-0310-8538-816dae2090ed
* * Changed "patchin" macro to use the packet label instead of theRobert Schwebel2006-05-211-1/+1
| | | | | | | | direct value. This is part of the efford to make local packets possible. git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5517 33e552b5-05e3-0310-8538-816dae2090ed
* changed get and extract macros to use packet labelsRobert Schwebel2006-05-141-2/+2
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5497 33e552b5-05e3-0310-8538-816dae2090ed