From bc81b90a5787b5ae7a7048d4db52d6ee70e42c6c Mon Sep 17 00:00:00 2001 From: Eugene Zamlinsky Date: Sat, 14 Mar 2020 22:11:14 +0200 Subject: [PATCH] Disable profiling of 'gmp' package --- gmp/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gmp/PKGBUILD b/gmp/PKGBUILD index c9d2ca9..d8a79c3 100644 --- a/gmp/PKGBUILD +++ b/gmp/PKGBUILD @@ -31,8 +31,8 @@ depends=( # Package sources and integrity # #==============================================================================# source=( - "https://gmplib.org/download/gmp/gmp-$pkgver.tar.lz" - "https://gmplib.org/download/gmp/gmp-$pkgver.tar.lz.sig" + "https://gmplib.org/download/$pkgname/$pkgname-$pkgver.tar.lz" + "https://gmplib.org/download/$pkgname/$pkgname-$pkgver.tar.lz.sig" ) md5sums=( 'e3e08ac185842a882204ba3c37985127' @@ -74,6 +74,7 @@ build() { '--enable-shared' '--disable-static' '--disable-assert' + '--disable-profiling' '--enable-assembly' '--enable-fft' '--enable-fat'