From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from star.math.spbu.ru ([195.19.226.178]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1Th8Bf-00041r-8G for ptxdist@pengutronix.de; Sat, 08 Dec 2012 01:22:35 +0100 Received: from LocalMailer (localhost.math.spbu.ru [127.0.0.1]) by star.math.spbu.ru (8.14.3/8.14.3) with ESMTP id qB80MTgQ025341 for ; Sat, 8 Dec 2012 04:22:33 +0400 (GMT-4) (envelope-from kirill.k.smirnov@math.spbu.ru) Received: from [10.10.13.146] ([10.10.13.146]) by LocalMailer (8.14.3/8.14.3) with ESMTP id qB80MTte025338 for ; Sat, 8 Dec 2012 04:22:29 +0400 (GMT-4) (envelope-from kirill.k.smirnov@math.spbu.ru) Message-ID: <50C28843.4040505@math.spbu.ru> Date: Sat, 08 Dec 2012 04:22:27 +0400 From: Kirill Smirnov MIME-Version: 1.0 References: <50ABFF10.9090103@math.spbu.ru> In-Reply-To: <50ABFF10.9090103@math.spbu.ru> Subject: Re: [ptxdist] PATCH: Fix sqlite conf environment Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Hi! Please, any feedback on this. Did I do anything wrong? -- Kirill On 21.11.2012 02:07, Kirill Smirnov wrote: > Hi! > > The attached patch correctly sets up CPPFLAGS variable for sqlite > package and contains a minor cosmetic fix. > > Otherwise configure script cannot find external libraries and headers > (such as readline). > > -- > Kirill > > > diff --git a/rules/sqlite.make b/rules/sqlite.make > index 0ff4c86..25ff3b7 100644 > --- a/rules/sqlite.make > +++ b/rules/sqlite.make > @@ -34,12 +34,13 @@ SQLITE_LICENSE := public_domain > # ---------------------------------------------------------------------------- > SQLITE_CONF_ENV := \ > - CPPFLAGS=" \ > + $(CROSS_ENV) \ > + CPPFLAGS="$(CROSS_CPPFLAGS) \ > -DSQLITE_ENABLE_COLUMN_METADATA \ > -DSQLITE_ENABLE_FTS3 \ > -DSQLITE_ENABLE_RTREE=1 \ > -DSQLITE_ENABLE_UNLOCK_NOTIFY \ > - -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT=1\ > + -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT=1 \ > -DSQLITE_OMIT_LOOKASIDE=1 \ > -DSQLITE_SECURE_DELETE \ > -DSQLITE_SOUNDEX=1 \ -- ptxdist mailing list ptxdist@pengutronix.de