From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 01 Oct 2021 12:28:02 +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 1mWFlq-0003Mc-G7 for lore@lore.pengutronix.de; Fri, 01 Oct 2021 12:28:02 +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 1mWFlq-0000Up-3n; Fri, 01 Oct 2021 12:28:02 +0200 Received: from mail.thorsis.com ([92.198.35.195]) by metis.ext.pengutronix.de with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mWFlS-0000Ud-2w for ptxdist@pengutronix.de; Fri, 01 Oct 2021 12:27:38 +0200 Received: from localhost (localhost [127.0.0.1]) by mail.thorsis.com (Postfix) with ESMTP id DF0CA50 for ; Fri, 1 Oct 2021 12:27:35 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail.thorsis.com Received: from mail.thorsis.com ([127.0.0.1]) by localhost (mail.thorsis.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CbzhwiRSKzul for ; Fri, 1 Oct 2021 12:27:21 +0200 (CEST) Received: by mail.thorsis.com (Postfix, from userid 109) id A747A2958; Fri, 1 Oct 2021 12:27:21 +0200 (CEST) Date: Fri, 1 Oct 2021 12:27:17 +0200 From: Alexander Dahl To: ptxdist@pengutronix.de Message-ID: Mail-Followup-To: ptxdist@pengutronix.de, Felix Mellmann References: <20211001091104.921604-1-flix.ptxdist@benfm.de> Content-Disposition: inline In-Reply-To: <20211001091104.921604-1-flix.ptxdist@benfm.de> X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on metis.ext.pengutronix.de X-Spam-Level: X-Spam-Status: No, score=-2.6 required=4.0 tests=AWL,BAYES_00,SPF_HELO_NONE, SPF_PASS autolearn=ham autolearn_force=no version=3.4.2 Subject: Re: [ptxdist] [PATCH] 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 MIME-Version: 1.0 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 Hei hei, Am Fri, Oct 01, 2021 at 11:11:05AM +0200 schrieb Felix Mellmann: > As python3-lxml requires this feature, the dependency was added as well. > > Signed-off-by: Felix Mellmann > --- > rules/libxslt.in | 4 ++++ > rules/libxslt.make | 2 +- > rules/python3-lxml.in | 1 + > 3 files changed, 6 insertions(+), 1 deletion(-) > > diff --git a/rules/libxslt.in b/rules/libxslt.in > index b2f26d0c8..e3dd0b920 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 ce13a7d7e..7ef7d75b4 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 cf7eeb963..fa091d184 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. Acked-by: Alexander Dahl Greets Alex _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de