From e1f94f667456425c2c7acc5e432f468954a6185c Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Sat, 24 Dec 2022 17:45:42 +0100 Subject: [PATCH] gmp, disable static library (#7628) --- dev-libs/gmp/gmp-6.2.1.recipe | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 }