gmp, disable static library (#7628)

This commit is contained in:
Schrijvers Luc
2022-12-24 17:45:42 +01:00
committed by GitHub
parent f4526102cd
commit e1f94f6674

View File

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