From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ptx.hi.pengutronix.de ([2001:6f8:1178:2:5054:ff:fec0:8e10] ident=Debian-exim) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1WcwYH-0005vU-Ec for ptxdist@pengutronix.de; Wed, 23 Apr 2014 14:45:25 +0200 Received: from mol by ptx.hi.pengutronix.de with local (Exim 4.80) (envelope-from ) id 1WcwYI-0006T9-Ni for ptxdist@pengutronix.de; Wed, 23 Apr 2014 14:45:26 +0200 Date: Wed, 23 Apr 2014 14:45:26 +0200 From: Michael Olbrich Message-ID: <20140423124526.GK3804@pengutronix.de> References: <20140423070406.GD3804@pengutronix.de> <1398237379-1673-1-git-send-email-bernhard@bwalle.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1398237379-1673-1-git-send-email-bernhard@bwalle.de> Subject: Re: [ptxdist] [PATCH] perl: Enable thread support 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 Wed, Apr 23, 2014 at 09:16:19AM +0200, Bernhard Walle wrote: > Signed-off-by: Bernhard Walle Applied with a followup patch. I found the real issue, that caused the link errors. I've added a patch instead (it already applied upstream :-)). Thanks, Michael > --- > rules/perl.make | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/rules/perl.make b/rules/perl.make > index 86a0ff7..6a6ecf2 100644 > --- a/rules/perl.make > +++ b/rules/perl.make > @@ -65,7 +65,8 @@ PERL_CONF_OPT := \ > --prefix=/usr \ > --host=$(PTXCONF_GNU_TARGET) \ > --target=$(PTXCONF_GNU_TARGET) \ > - -Dld=$(CROSS_CC) > + -Dld=$(CROSS_CC) \ > + -Dusethreads -A ldflags=-pthread > > PERL_MAKE_PAR := NO > > -- > 1.9.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