json_c4, disable static library (#8116)

This commit is contained in:
Schrijvers Luc
2023-03-26 16:21:54 +02:00
committed by GitHub
parent e0d21f040f
commit 5218a6e128

View File

@@ -10,7 +10,7 @@ COPYRIGHT="2009-2012, 2016-2017 Eric Haszlakiewicz
2008-2009 Yahoo! Inc.
2016 Alexandru Ardelean"
LICENSE="MIT"
REVISION="1"
REVISION="2"
SOURCE_URI="https://s3.amazonaws.com/json-c_releases/releases/json-c-$portVersion.tar.gz"
CHECKSUM_SHA256="b87e608d4d3f7bfdd36ef78d56d53c74e66ab278d318b71e6002a369d36f4873"
SOURCE_DIR="json-c-$portVersion"
@@ -44,7 +44,7 @@ BUILD_PREREQUIRES="
BUILD()
{
autoreconf -fi
runConfigure ./configure
runConfigure ./configure --disable-static
make $jobArgs
}