From 101272f9a3499270cc0fa5fed7a1f18d14d84de9 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Tue, 26 Oct 2021 15:29:40 +0200 Subject: [PATCH] binutils: add thin archives fd patch fix for example qtwebkit-5.212 link fail ``` /usr/lib/gcc/x86_64-pc-linux-gnu/7.5.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../lib/libWebCore.a: error adding symbols: malformed archive collect2: error: ld returned 1 exit status make[2]: *** [Tools/TestWebKitAPI/CMakeFiles/TestWebCore.dir/build.make:242: bin/TestWebKitAPI/WebCore/TestWebCore] Error 1 ``` --- binutils.be0 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/binutils.be0 b/binutils.be0 index 90e396237..a7af1a94b 100755 --- a/binutils.be0 +++ b/binutils.be0 @@ -1,9 +1,12 @@ #!/bin/env beesh -# BEE_VERSION binutils-2.37-0 +# BEE_VERSION binutils-2.37-1 # SRCURL="https://ftp.gnu.org/gnu/binutils/binutils-${PKGVERSION}.tar.xz" SRCURL[0]="https://beehive.molgen.mpg.de/e78d9ff2976b745a348f4c1f27c77cb1/binutils-2.37.tar.xz" +# https://sourceware.org/pipermail/binutils/2021-July/117502.html +PATCHURL+=("https://beehive.molgen.mpg.de/8ae746832ec6e83e671b4abb0384cfdd/binutils-237-close-thin-archive-fd.patch") + mee_patch_post() { rm -fv etc/standards.info sed -i.bak '/^INFO/s/standards.info //' etc/Makefile.in