mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
argtable2, disable static library (#8055)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user