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