Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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
```
  • Loading branch information
wwwutz committed Oct 26, 2021
1 parent 58bb50a commit 101272f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion 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
Expand Down

0 comments on commit 101272f

Please sign in to comment.