mpfr, disable static libraries (#7650)

This commit is contained in:
Schrijvers Luc
2022-12-25 14:42:45 +01:00
committed by GitHub
parent a34f98ba7f
commit d5af9f0353
2 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ improved an existing one, please share your work!"
HOMEPAGE="https://www.mpfr.org"
COPYRIGHT="2000-2020 Free Software Foundation, Inc."
LICENSE="GNU LGPL v3"
REVISION="1"
REVISION="2"
SOURCE_URI="http://ftp.gnu.org/gnu/mpfr/mpfr-$portVersion.tar.bz2"
CHECKSUM_SHA256="feced2d430dd5a97805fa289fed3fc8ff2b094c02d05287fd6133e7f1f0ec926"
@@ -72,7 +72,7 @@ defineDebugInfoPackage mpfr$secondaryArchSuffix \
BUILD()
{
autoreconf -fi
runConfigure ./configure
runConfigure ./configure --disable-static
make $jobArgs
}

View File

@@ -23,7 +23,7 @@ improved an existing one, please share your work!"
HOMEPAGE="https://www.mpfr.org"
COPYRIGHT="2000-2014 INRIA"
LICENSE="GNU LGPL v3"
REVISION="5"
REVISION="6"
SOURCE_URI="http://ftp.gnu.org/gnu/mpfr/mpfr-$portVersion.tar.bz2"
CHECKSUM_SHA256="cf4f4b2d80abb79e820e78c8077b6725bbbb4e8f41896783c899087be0e94068"
SOURCE_DIR="mpfr-$portVersion"
@@ -69,7 +69,7 @@ BUILD_PREREQUIRES="
BUILD()
{
autoreconf -fi
runConfigure ./configure
runConfigure ./configure --disable-static
make $jobArgs
}