From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53007) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gFyht-0008BW-Ge for guix-patches@gnu.org; Fri, 26 Oct 2018 05:47:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gFyhq-0002CE-5g for guix-patches@gnu.org; Fri, 26 Oct 2018 05:47:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:38938) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gFyhq-0002C1-0M for guix-patches@gnu.org; Fri, 26 Oct 2018 05:47:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gFyhp-0003Hf-Sr for guix-patches@gnu.org; Fri, 26 Oct 2018 05:47:01 -0400 Subject: [bug#33136] [PATCH 2/7] gnu: qt: Use system sqlite. Resent-Message-ID: Date: Fri, 26 Oct 2018 11:45:58 +0200 From: Danny Milosavljevic Message-ID: <20181026114558.2bd62228@scratchpost.org> In-Reply-To: <20181024114134.3116-2-efraim@flashner.co.il> References: <20181024112618.2417-1-efraim@flashner.co.il> <20181024114134.3116-2-efraim@flashner.co.il> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/jD2jEqlafPWjnTuJ=bndw=O"; protocol="application/pgp-signature" 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: Efraim Flashner Cc: 33136@debbugs.gnu.org --Sig_/jD2jEqlafPWjnTuJ=bndw=O Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable 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=3D-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 ? Otherwise LGTM! --Sig_/jD2jEqlafPWjnTuJ=bndw=O Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAlvS4lYACgkQ5xo1VCww uqUBwAf/XAea55x7Yp3Rv9vpf/kOJqSbkXLW5Aa+3ctldwjDS7zu58mqLAdhMdjG QnEoTC9c0MNQzfI/GJ+tkt3OmiglkOlLyaSpm2Via9PmGw6vj5VZLSlkfO9hjJTM +Wv0H4v8oOMP8W5Or6KzJuAnf328EKPg4DH4wiDzMJ3ZLLbTY/qCWimKBbNjqivw u29r5YCjGfUMWJEAWvlrQoU1H99h/kidLBrTpvzdOE3esrBfBIJkJXh2eM1Rs0cP VJIWWtWDQwg3CL49dfNbvDQwRvoTJwu4/yxaalDHPTNM9xSQbWdCTFxmJYoa1m3q 3jPpRayasHaS8g8FuZGPSlh9j6ikwA== =S/wh -----END PGP SIGNATURE----- --Sig_/jD2jEqlafPWjnTuJ=bndw=O--