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 }