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