From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ptx.hi.pengutronix.de ([2001:67c:670:100:1d::c0] ident=Debian-exim) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1Xr2Za-0002wq-UW for ptxdist@pengutronix.de; Wed, 19 Nov 2014 11:33:18 +0100 Received: from mol by ptx.hi.pengutronix.de with local (Exim 4.80) (envelope-from ) id 1Xr2Za-0004Xe-T4 for ptxdist@pengutronix.de; Wed, 19 Nov 2014 11:33:18 +0100 Date: Wed, 19 Nov 2014 11:33:18 +0100 From: Michael Olbrich Message-ID: <20141119103318.GG16550@pengutronix.de> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: Subject: Re: [ptxdist] [PATCH] php5: Fix build issue with sqlite3 Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de On Mon, Nov 17, 2014 at 03:08:37PM +0000, Gieseler, Christian wrote: > PHP5 fails to build if sqlite3 is enabled. Pthread support is missing. Adding > the sqlite dependency fixes the issue. Can send the error message and ptxconfig? I can't reproduce this here. Michael > Signed-off-by: Christian Gieseler > --- > rules/php5.in | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/rules/php5.in b/rules/php5.in > index f4c3aeb..7663c1b 100644 > --- a/rules/php5.in > +++ b/rules/php5.in > @@ -12,6 +12,7 @@ menuconfig PHP5 > select PHP5_XML if PHP5_EXT_SOAP > select XMLRPC_C if PHP5_XML_LIBXML2_XMLRPC > select SQLITE if PHP5_EXT_SQLITE3 > + select SQLITE_THREADSAFE if PHP5_EXT_SQLITE3 > select ZLIB if PHP5_EXT_ZLIB > > if PHP5 > -- > 1.7.1 > > > -- > ptxdist mailing list > ptxdist@pengutronix.de > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- ptxdist mailing list ptxdist@pengutronix.de