mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
mpfr, disable static libraries (#7650)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user