From d8701043548acc34b6d3a0907645165c9cf7d320 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Thu, 23 Mar 2023 12:59:52 +0100 Subject: [PATCH] ctpl, disable static library (#8074) --- dev-libs/ctpl/ctpl-0.3.4.recipe | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-libs/ctpl/ctpl-0.3.4.recipe b/dev-libs/ctpl/ctpl-0.3.4.recipe index ca38e1dd2..6a690be90 100644 --- a/dev-libs/ctpl/ctpl-0.3.4.recipe +++ b/dev-libs/ctpl/ctpl-0.3.4.recipe @@ -5,7 +5,7 @@ It allows fast and easy parsing of templates and fine control over template pars HOMEPAGE="https://ctpl.tuxfamily.org" COPYRIGHT="2010 Colomban Wendling" LICENSE="GNU GPL v3" -REVISION="1" +REVISION="2" SOURCE_URI="http://download.tuxfamily.org/ctpl/releases/ctpl-$portVersion.tar.gz" CHECKSUM_SHA256="3a95fdd03437ed3ae222339cb0de2d2c1240d627faa6c77bf46f1a9b761729fb" @@ -76,7 +76,8 @@ BUILD() { autoreconf -vfi runConfigure --omit-dirs binDir \ - ./configure --bindir=$commandBinDir + ./configure --bindir=$commandBinDir \ + --disable-static make $jobArgs }