libconfig, disable static library (#8126)

This commit is contained in:
Schrijvers Luc
2023-03-26 22:12:18 +02:00
committed by GitHub
parent e7e72e18c7
commit 7efc9d540a

View File

@@ -6,7 +6,7 @@ systems like handheld devices."
HOMEPAGE="https://www.hyperrealm.com/libconfig/"
COPYRIGHT="2005-2018 Mark A Lindner"
LICENSE="GNU LGPL v3"
REVISION="2"
REVISION="3"
SOURCE_URI="https://github.com/hyperrealm/libconfig/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="f67ac44099916ae260a6c9e290a90809e7d782d96cdd462cac656ebc5b685726"
SOURCE_FILENAME="libconfig-$portVersion.tar.gz"
@@ -58,7 +58,7 @@ defineDebugInfoPackage libconfig$secondaryArchSuffix \
BUILD()
{
autoreconf -fi
MAKEINFO=true runConfigure ./configure
MAKEINFO=true runConfigure ./configure --disable-static
make $jobArgs
}