mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
ctpl, disable static library (#8074)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user