mpc, disable static library (#9096)

This commit is contained in:
Schrijvers Luc
2023-07-27 19:05:26 +00:00
committed by GitHub
parent e08686a7c8
commit 1672c8409f

View File

@@ -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
} }