mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
mpc, disable static library (#9096)
This commit is contained in:
@@ -8,7 +8,7 @@ is a major design goal."
|
|||||||
HOMEPAGE="http://www.multiprecision.org/mpc/"
|
HOMEPAGE="http://www.multiprecision.org/mpc/"
|
||||||
COPYRIGHT="2006-2020 INRIA"
|
COPYRIGHT="2006-2020 INRIA"
|
||||||
LICENSE="GNU LGPL v3"
|
LICENSE="GNU LGPL v3"
|
||||||
REVISION="1"
|
REVISION="2"
|
||||||
SOURCE_URI="https://ftpmirror.gnu.org/mpc/mpc-$portVersion.tar.gz"
|
SOURCE_URI="https://ftpmirror.gnu.org/mpc/mpc-$portVersion.tar.gz"
|
||||||
CHECKSUM_SHA256="17503d2c395dfcf106b622dc142683c1199431d095367c6aacba6eec30340459"
|
CHECKSUM_SHA256="17503d2c395dfcf106b622dc142683c1199431d095367c6aacba6eec30340459"
|
||||||
|
|
||||||
@@ -52,7 +52,7 @@ defineDebugInfoPackage mpc$secondaryArchSuffix \
|
|||||||
|
|
||||||
BUILD()
|
BUILD()
|
||||||
{
|
{
|
||||||
runConfigure ./configure
|
runConfigure ./configure --disable-static
|
||||||
make $jobArgs
|
make $jobArgs
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user