diff --git a/dev-libs/gmp/gmp-6.2.1.recipe b/dev-libs/gmp/gmp-6.2.1.recipe index 0f526124f..9537b3a13 100644 --- a/dev-libs/gmp/gmp-6.2.1.recipe +++ b/dev-libs/gmp/gmp-6.2.1.recipe @@ -13,7 +13,7 @@ HOMEPAGE="https://gmplib.org/" COPYRIGHT="1991-2014 Free Software Foundation, Inc." LICENSE="GNU GPL v3 GNU LGPL v3" -REVISION="2" +REVISION="3" SOURCE_URI="https://gmplib.org/download/gmp/gmp-$portVersion.tar.xz" CHECKSUM_SHA256="fd4829912cddd12f84181c3451cc752be224643e87fac497b69edddadc49b4f2" @@ -63,7 +63,8 @@ BUILD() { touch doc/*.info* autoreconf -fi - runConfigure ./configure --enable-cxx + runConfigure ./configure --enable-cxx \ + --disable-static make $jobArgs }