GNU bug report logs -
#33136
[PATCH 0/7] Qt updates
Previous Next
Reported by: Efraim Flashner <efraim <at> flashner.co.il>
Date: Wed, 24 Oct 2018 11:37:01 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
Message #50 received at 33136 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
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 <at> 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
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 6 years and 201 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.