From: Efraim Flashner <efraim@flashner.co.il>
To: Danny Milosavljevic <dannym@scratchpost.org>
Cc: 33136@debbugs.gnu.org
Subject: [bug#33136] [PATCH 2/7] gnu: qt: Use system sqlite.
Date: Sat, 27 Oct 2018 23:19:49 +0300 [thread overview]
Message-ID: <20181027201949.GD1297@macbook41> (raw)
In-Reply-To: <20181026114558.2bd62228@scratchpost.org>
[-- Attachment #1: Type: text/plain, Size: 1093 bytes --]
On Fri, Oct 26, 2018 at 11:45:58AM +0200, Danny Milosavljevic wrote:
> Hi,
>
> > +(define-public sqlite-with-column-metadata
> > + (package (inherit sqlite)
> > + (name "sqlite-with-column-metadata")
> > + (arguments
> > + (substitute-keyword-arguments (package-arguments sqlite)
> > + ((#:configure-flags flags)
> > + `(list (string-append "CFLAGS=-O2 -DSQLITE_SECURE_DELETE "
> > + "-DSQLITE_ENABLE_UNLOCK_NOTIFY "
> > + "-DSQLITE_ENABLE_DBSTAT_VTAB "
> > + "-DSQLITE_ENABLE_COLUMN_METADATA")))))))
>
> Note sure about the name. It's doing a whole lot of other stuff.
>
> How about sqlite/qt ?
>
The easiest way to add the flag was to overwrite the configure flags
from regular sqlite, so it really is regular sqlite with the extra flag.
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2018-10-27 20:20 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-24 11:26 [bug#33136] [PATCH 0/7] Qt updates Efraim Flashner
2018-10-24 11:41 ` [bug#33136] [PATCH 1/7] gnu: qt: Update to 5.11.2 Efraim Flashner
2018-10-26 9:50 ` Danny Milosavljevic
2018-10-24 11:41 ` [bug#33136] [PATCH 2/7] gnu: qt: Use system sqlite Efraim Flashner
2018-10-26 9:45 ` Danny Milosavljevic
2018-10-27 20:19 ` Efraim Flashner [this message]
2018-10-28 17:17 ` Danny Milosavljevic
2018-10-24 11:41 ` [bug#33136] [PATCH 3/7] gnu: qt: Add vulkan support Efraim Flashner
2018-10-26 9:47 ` Danny Milosavljevic
2018-10-27 20:21 ` Efraim Flashner
2018-10-24 11:41 ` [bug#33136] [PATCH 4/7] gnu: qt: Use invoke Efraim Flashner
2018-10-26 9:48 ` Danny Milosavljevic
2018-10-24 11:41 ` [bug#33136] [PATCH 5/7] gnu: qt@4: Update license list Efraim Flashner
2018-10-26 9:49 ` Danny Milosavljevic
2018-10-28 8:13 ` Efraim Flashner
2018-10-24 11:41 ` [bug#33136] [PATCH 6/7] gnu: qt@4: Update build config Efraim Flashner
2018-10-26 9:50 ` Danny Milosavljevic
2018-10-24 11:41 ` [bug#33136] [PATCH 7/7] gnu: qt@4: Use invoke Efraim Flashner
2018-10-26 9:50 ` Danny Milosavljevic
2018-10-28 8:14 ` bug#33136: Qt updates Efraim Flashner
2018-10-28 9:38 ` [bug#33136] " Clément Lassieur
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=20181027201949.GD1297@macbook41 \
--to=efraim@flashner.co.il \
--cc=33136@debbugs.gnu.org \
--cc=dannym@scratchpost.org \
/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.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.