From b324434270c040f53644c8698889c6e07206e790 Mon Sep 17 00:00:00 2001 From: Celeste <20312-Celeste@users.gitlab.alpinelinux.org> Date: Thu, 29 Aug 2024 02:59:12 +0000 Subject: [PATCH] main/gmp: rebuild LTO static lib with gcc-14.2 as gmp is itself a dependency of gcc, it seem we have to remember to do this after every upgrade. ref: 6867589a8fb1c69352bf1c80d48521372194587d https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/70230 fixes https://gitlab.alpinelinux.org/alpine/aports/-/issues/16121 for gcc 14.2 --- main/gmp/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/gmp/APKBUILD b/main/gmp/APKBUILD index 0dbc4b8ac8d..81d51176a0b 100644 --- a/main/gmp/APKBUILD +++ b/main/gmp/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=gmp pkgver=6.3.0 -pkgrel=1 +pkgrel=2 pkgdesc="free library for arbitrary precision arithmetic" url="https://gmplib.org/" arch="all"