From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54123) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gGV43-0006Xi-PT for guix-patches@gnu.org; Sat, 27 Oct 2018 16:20:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gGV3z-0005wa-NM for guix-patches@gnu.org; Sat, 27 Oct 2018 16:20:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:41517) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gGV3y-0005w2-HJ for guix-patches@gnu.org; Sat, 27 Oct 2018 16:20:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gGV3y-0008WL-BN for guix-patches@gnu.org; Sat, 27 Oct 2018 16:20:02 -0400 Subject: [bug#33136] [PATCH 2/7] gnu: qt: Use system sqlite. Resent-Message-ID: Date: Sat, 27 Oct 2018 23:19:49 +0300 From: Efraim Flashner Message-ID: <20181027201949.GD1297@macbook41> References: <20181024112618.2417-1-efraim@flashner.co.il> <20181024114134.3116-2-efraim@flashner.co.il> <20181026114558.2bd62228@scratchpost.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="ylS2wUBXLOxYXZFQ" Content-Disposition: inline In-Reply-To: <20181026114558.2bd62228@scratchpost.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Danny Milosavljevic Cc: 33136@debbugs.gnu.org --ylS2wUBXLOxYXZFQ Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Oct 26, 2018 at 11:45:58AM +0200, Danny Milosavljevic wrote: > Hi, >=20 > > +(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=3D-O2 -DSQLITE_SECURE_DELETE " > > + "-DSQLITE_ENABLE_UNLOCK_NOTIFY " > > + "-DSQLITE_ENABLE_DBSTAT_VTAB " > > + "-DSQLITE_ENABLE_COLUMN_METADATA"))))))) >=20 > Note sure about the name. It's doing a whole lot of other stuff. >=20 > How about sqlite/qt ? >=20 The easiest way to add the flag was to overwrite the configure flags =66rom regular sqlite, so it really is regular sqlite with the extra flag. --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --ylS2wUBXLOxYXZFQ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAlvUyGEACgkQQarn3Mo9 g1H+Vw/9FckCx/EYXhfXsEqPm1ZDlIsZ2g6wlC5w/+R10TdZU5jWg1xlNbxTlTqp ZqekH8Tn0F4kwPcWjR6FQINe0hFFyPeevqYKeYwEHaXdJiugnK0a88onkNognofW vU/WST6hBea+I99m+I8wZi5mSKJ/5+l/nwgkjTzFPJATEEsGyj9vwG5OTynJbsop zDzdy99jQms0Dr3+R+fxsekCDHl+36PMPj0UGElUTedYo0qqDLjjB6M6yKfYa+P/ 6923Z3nmUbIB1HVXm+xf5/3WeeZehL0WmOIgCylu3tLCNybrRQfmCt6OO5MAKJrg o93bqujL6SVDQ5ZuLp4mVsWMXKcF0MJTdw+yHnlzy4pjHcJAIMs1opoRiqhny08T EoPjuZ4Ph3AwGFAh190qsshKCiej7CZajckrQSce3RuEG/giB/q0qVvdXtTCUYkr tRBJlIZ+4WHv9lcrK6zmJKFBDNZu+pOhwKua72qPcBbpCkG1LvU1Stu/5qscV5IQ tL7T2V9Qbsxwx5sPn+zsin3Fk6nizL5IfK6fZZeKT7hggp0pCcHL8HpqO70IbiDV nZe81c1ITRHkkIK45Mq5ViAUT8OF4PZ514XNWZ2FGhb1yWaxW0ItgHFhP3/jJ2IL 4BBb8dcAh06Us0G6aFGQn4ZP3Hbt1pYQjUNDpZ8cOV3ClN6Brxw= =Z8pH -----END PGP SIGNATURE----- --ylS2wUBXLOxYXZFQ--