ragel, disable static library (#8206)

This commit is contained in:
Schrijvers Luc
2023-03-31 11:10:47 +02:00
committed by GitHub
parent d7926415ba
commit 830ba164e7

View File

@@ -11,7 +11,7 @@ COPYRIGHT="2001-2016 Adrian Thurston
2007 Victor Hugo Borja
2011 Josef Goettgens"
LICENSE="MIT"
REVISION="1"
REVISION="2"
SOURCE_URI="https://www.colm.net/files/ragel/ragel-$portVersion.tar.gz"
CHECKSUM_SHA256="40562bcac66a22dbea8357a35745bbcb1ab596c262d8691145ee11aafa6f8dec"
@@ -69,7 +69,7 @@ defineDebugInfoPackage ragel$secondaryArchSuffix \
BUILD()
{
runConfigure ./configure
runConfigure ./configure --disable-static
make $jobArgs
}