From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 20 Oct 2021 11:42:06 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1md86o-00075O-Q7 for lore@lore.pengutronix.de; Wed, 20 Oct 2021 11:42:06 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1md86o-00026h-Hy; Wed, 20 Oct 2021 11:42:06 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1md84U-0007SV-Gf; Wed, 20 Oct 2021 11:39:42 +0200 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1md84T-0005VL-Tq; Wed, 20 Oct 2021 11:39:41 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1md84T-00GTwe-T7; Wed, 20 Oct 2021 11:39:41 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Wed, 20 Oct 2021 11:39:41 +0200 Message-Id: <20211020093941.3928171-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20211001091104.921604-1-flix.ptxdist@benfm.de> References: <20211001091104.921604-1-flix.ptxdist@benfm.de> MIME-Version: 1.0 Subject: Re: [ptxdist] [APPLIED] libxslt: Allow to compile libxslt with profiling support. X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Felix Mellmann Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 41e3fc53941dd8089b6a2ae1e906bfee1b527b5f. Michael [sent from post-receive hook] On Wed, 20 Oct 2021 11:39:41 +0200, Felix Mellmann wrote: > As python3-lxml requires this feature, the dependency was added as well. > > Signed-off-by: Felix Mellmann > Acked-by: Alexander Dahl > Message-Id: <20211001091104.921604-1-flix.ptxdist@benfm.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/libxslt.in b/rules/libxslt.in > index b2f26d0c8227..e3dd0b9203f9 100644 > --- a/rules/libxslt.in > +++ b/rules/libxslt.in > @@ -34,6 +34,10 @@ config LIBXSLT_DEBUG > bool > prompt "Add the debugging support" > > +config LIBXSLT_PROFILER > + bool > + prompt "Add the profiling support" > + > comment "Install Components" > > config LIBXSLT_LIBXSLT > diff --git a/rules/libxslt.make b/rules/libxslt.make > index ce13a7d7e8cb..7ef7d75b48ce 100644 > --- a/rules/libxslt.make > +++ b/rules/libxslt.make > @@ -48,7 +48,7 @@ LIBXSLT_AUTOCONF := \ > --$(call ptx/wwo, PTXCONF_LIBXSLT_DEBUG)-debug \ > --$(call ptx/wwo, PTXCONF_LIBXSLT_DEBUG)-mem-debug \ > --$(call ptx/wwo, PTXCONF_LIBXSLT_DEBUG)-debugger \ > - --without-profiler \ > + --$(call ptx/wwo, PTXCONF_LIBXSLT_PROFILER)-profiler \ > --$(call ptx/wwo, PTXCONF_LIBXSLT_PLUGINS)-plugins > > # ---------------------------------------------------------------------------- > diff --git a/rules/python3-lxml.in b/rules/python3-lxml.in > index cf7eeb963182..fa091d1849b4 100644 > --- a/rules/python3-lxml.in > +++ b/rules/python3-lxml.in > @@ -7,6 +7,7 @@ config PYTHON3_LXML > select LIBXML2_SCHEMAS > select LIBXSLT > select LIBXSLT_LIBEXSLT > + select LIBXSLT_PROFILER > prompt "lxml" > help > lxml is a Pythonic, mature binding for the libxml2 and libxslt libraries. _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de