mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
ragel, disable static library (#8206)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user