flam3, disable static library (#8217)

This commit is contained in:
Schrijvers Luc
2023-04-01 11:11:07 +02:00
committed by GitHub
parent a43fbbfdb0
commit e27857f337

View File

@@ -8,7 +8,7 @@ code of sorts."
HOMEPAGE="https://flam3.com/"
COPYRIGHT="1992-2015 Scott Draves, Erik Reckase"
LICENSE="GNU GPL v3"
REVISION="2"
REVISION="3"
SOURCE_URI="https://github.com/scottdraves/flam3/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="afcd4af13897740e34f6ae1f3061bbfbda9c1dd5df3ecc9f57141c985d35d19d"
if [ "$effectiveTargetArchitecture" = x86_gcc2 ];then
@@ -63,7 +63,8 @@ BUILD_PREREQUIRES="
BUILD()
{
autoreconf -vfi
runConfigure ./configure --enable-shared
runConfigure ./configure --enable-shared \
--disable-static
make $jobArgs
}