ctpl, disable static library (#8074)

This commit is contained in:
Schrijvers Luc
2023-03-23 12:59:52 +01:00
committed by GitHub
parent 75632ec396
commit d870104354

View File

@@ -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
}