Skip to content

Commit

Permalink
Merge pull request #2426 from mariux64/binutils-237-add-thin-archives…
Browse files Browse the repository at this point in the history
…-fd-patch

binutils: add thin archives fd patch
  • Loading branch information
wwwutz authored Oct 26, 2021
2 parents 58bb50a + 101272f commit 512b3a8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion binutils.be0
Original file line number Diff line number Diff line change
@@ -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 512b3a8

Please sign in to comment.