argtable2, disable static library (#8055)

This commit is contained in:
Schrijvers Luc
2023-03-22 17:33:50 +01:00
committed by GitHub
parent 7280da55e8
commit 23bbdd5bfe

View File

@@ -8,7 +8,7 @@ to the main program."
HOMEPAGE="http://argtable.sourceforge.net/"
COPYRIGHT="1998-2001, 2003-2011 Stewart Heitmann"
LICENSE="GNU LGPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://prdownloads.sourceforge.net/argtable/argtable2-$portVersion.tar.gz"
CHECKSUM_SHA256="8f77e8a7ced5301af6e22f47302fdbc3b1ff41f2b83c43c77ae5ca041771ddbf"
@@ -54,7 +54,7 @@ defineDebugInfoPackage argtable2$secondaryArchSuffix \
BUILD()
{
autoreconf -vfi
runConfigure ./configure
runConfigure ./configure --disable-static
make $jobArgs
}