diff --git a/dev-libs/mpc/mpc-1.2.1.recipe b/dev-libs/mpc/mpc-1.2.1.recipe index 0600821ad..9bbfa3d49 100644 --- a/dev-libs/mpc/mpc-1.2.1.recipe +++ b/dev-libs/mpc/mpc-1.2.1.recipe @@ -8,7 +8,7 @@ is a major design goal." HOMEPAGE="http://www.multiprecision.org/mpc/" COPYRIGHT="2006-2020 INRIA" LICENSE="GNU LGPL v3" -REVISION="1" +REVISION="2" SOURCE_URI="https://ftpmirror.gnu.org/mpc/mpc-$portVersion.tar.gz" CHECKSUM_SHA256="17503d2c395dfcf106b622dc142683c1199431d095367c6aacba6eec30340459" @@ -52,7 +52,7 @@ defineDebugInfoPackage mpc$secondaryArchSuffix \ BUILD() { - runConfigure ./configure + runConfigure ./configure --disable-static make $jobArgs }