From bd587c453cfa3d44a45de9df71a2e6da8545c4a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Mon, 8 Feb 2021 00:09:45 -0300 Subject: [PATCH] libtool: revbump for the gcc update. libtool hardcodes some internal gcc paths, which include the GCC version information. Some applications can fail to build if these paths are used. Revbumping libtool is enough for the recorded paths to be updated. A proper solution is importing the fixes Debian applies: https://salsa.debian.org/metux-guest/libtool/-/blob/ef64614b54a8da38fc4b4424639251fde9d135bf/debian/rules#L115 --- srcpkgs/libtool/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libtool/template b/srcpkgs/libtool/template index 1cdc2649b96..d8533aac5b6 100644 --- a/srcpkgs/libtool/template +++ b/srcpkgs/libtool/template @@ -1,7 +1,7 @@ # Template file for 'libtool' pkgname=libtool version=2.4.6 -revision=4 +revision=5 build_style=gnu-configure hostmakedepends="texinfo perl automake help2man xz" depends="tar sed"