From 5ce53449b5d9b05d0d7c7d5cdf78f8b677904c47 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Tue, 17 Sep 2024 17:20:52 +0200 Subject: gnu: gcc@8: Add missing patch. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This fixes compilation with glibc 2.39. * gnu/packages/gcc.scm (gcc-8)[source]: Add “gcc-7-libsanitizer-fsconfig-command.patch”. Change-Id: If8f99972278b90f37e104da3b3ca414be6f34140 --- gnu/packages/gcc.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm index 544c789246..9ec4a3a687 100644 --- a/gnu/packages/gcc.scm +++ b/gnu/packages/gcc.scm @@ -683,6 +683,7 @@ (define-public gcc-8 (base32 "0l7d4m9jx124xsk6xardchgy2k5j5l2b15q322k31f0va4d8826k")) (patches (search-patches "gcc-8-strmov-store-file-names.patch" + "gcc-7-libsanitizer-fsconfig-command.patch" "gcc-5.0-libvtv-runpath.patch" "gcc-8-sort-libtool-find-output.patch")) (modules '((guix build utils))) -- cgit v1.2.3