From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Marc Kleine-Budde <mkl@pengutronix.de>
Subject: Re: [ptxdist] [PATCH] sqlite: version bump and improved build options
Date: Wed, 15 Jun 2016 07:08:39 +0200 [thread overview]
Message-ID: <20160615050839.GB8946@pengutronix.de> (raw)
In-Reply-To: <20160614222121.5490-3-clemens.gruber@pqgruber.com>
On Wed, Jun 15, 2016 at 12:21:19AM +0200, Clemens Gruber wrote:
> - 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.
Marc, you introduced these options. Can you comment?
Michael
>
> Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com>
> ---
> rules/sqlite.make | 12 ++++++------
> 1 file changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/rules/sqlite.make b/rules/sqlite.make
> index 582437c..79b040c 100644
> --- a/rules/sqlite.make
> +++ b/rules/sqlite.make
> @@ -5,6 +5,7 @@
> # 2009 by Erwin Rol <erwin@erwinrol.com>
> # 2010, 2012 by Marc Kleine-Budde <mkl@pengutronix.de>
> # 2011 by Markus Rathgeb <rathgeb.markus@googlemail.com>
> +# 2016 by Clemens Gruber <clemens.gruber@pqgruber.com>
> #
> # See CREDITS for details about who has contributed to this project.
> #
> @@ -20,11 +21,11 @@ PACKAGES-$(PTXCONF_SQLITE) += sqlite
> #
> # Paths and names
> #
> -SQLITE_VERSION := 3090200
> -SQLITE_MD5 := bc4eb5b3fc5cfcb6e059794306cac1ca
> +SQLITE_VERSION := 3130000
> +SQLITE_MD5 := 4e83f39fa2ffb610ac5ecd36865da6a2
> SQLITE := sqlite-autoconf-$(SQLITE_VERSION)
> SQLITE_SUFFIX := tar.gz
> -SQLITE_URL := http://www.sqlite.org/2015/$(SQLITE).$(SQLITE_SUFFIX)
> +SQLITE_URL := http://www.sqlite.org/2016/$(SQLITE).$(SQLITE_SUFFIX)
> SQLITE_SOURCE := $(SRCDIR)/$(SQLITE).$(SQLITE_SUFFIX)
> SQLITE_DIR := $(BUILDDIR)/$(SQLITE)
> SQLITE_LICENSE := public_domain
> @@ -37,11 +38,10 @@ SQLITE_CONF_ENV := \
> $(CROSS_ENV) \
> CPPFLAGS=" \
> -DSQLITE_ENABLE_COLUMN_METADATA \
> - -DSQLITE_ENABLE_FTS3 \
> + -DSQLITE_ENABLE_FTS4 \
> + -DSQLITE_ENABLE_JSON1 \
> -DSQLITE_ENABLE_RTREE=1 \
> -DSQLITE_ENABLE_UNLOCK_NOTIFY \
> - -DSQLITE_OMIT_LOOKASIDE=1 \
> - -DSQLITE_SECURE_DELETE \
> -DSQLITE_SOUNDEX=1 \
> "
>
> --
> 2.8.3
>
>
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
next prev parent reply other threads:[~2016-06-15 5:08 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-14 22:21 [ptxdist] [PATCH] dbus: version bump to 1.10.8 Clemens Gruber
2016-06-14 22:21 ` [ptxdist] [PATCH] radvd: bump version to 2.13 Clemens Gruber
2016-06-14 22:21 ` [ptxdist] [PATCH] sqlite: version bump and improved build options Clemens Gruber
2016-06-15 5:08 ` Michael Olbrich [this message]
2016-06-15 6:46 ` Marc Kleine-Budde
2016-06-15 17:46 ` Clemens Gruber
2016-06-14 22:21 ` [ptxdist] [PATCH] util-linux-ng: add zramctl option Clemens Gruber
2016-06-14 22:21 ` [ptxdist] [PATCH] util-linux-ng: enable systemd flag if systemd is used Clemens Gruber
2016-06-15 5:10 ` Michael Olbrich
2016-06-15 18:09 ` Clemens Gruber
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160615050839.GB8946@pengutronix.de \
--to=m.olbrich@pengutronix.de \
--cc=mkl@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox