summaryrefslogtreecommitdiff
path: root/repo/system/binutils.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-30 19:05:12 +0000
committerdavidovski <david@davidovski.xyz>2022-01-30 19:05:12 +0000
commit2eec6103068f3dce5ea33e3e9e0821f2a4b4f6af (patch)
tree0c09accf0c7c002875f019474dea39eab83585b6 /repo/system/binutils.xibuild
parent592b40a6c9bf084a95369f0bfdb3084cfdbb600d (diff)
removed any unecessary curls from prepares
Diffstat (limited to 'repo/system/binutils.xibuild')
-rw-r--r--repo/system/binutils.xibuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/repo/system/binutils.xibuild b/repo/system/binutils.xibuild
index bea9c90..2a71ffe 100644
--- a/repo/system/binutils.xibuild
+++ b/repo/system/binutils.xibuild
@@ -5,10 +5,13 @@ DEPS=(glib zlib elfutils)
PKG_VER=2.37
SOURCE=https://ftp.gnu.org/gnu/binutils/binutils-$PKG_VER.tar.xz
+ADDITIONAL=(
+ https://www.linuxfromscratch.org/patches/lfs/development/binutils-$PKG_VER-upstream_fix-1.patch
+ )
+
DESC="tools for handling object files"
prepare () {
- curl -sSL https://www.linuxfromscratch.org/patches/lfs/development/binutils-$PKG_VER-upstream_fix-1.patch > binutils-$PKG_VER-upstream_fix-1.patch
/usr/bin/patch -Np1 -i binutils-$PKG_VER-upstream_fix-1.patch
# An error in the building system causes the shipped man pages to be empty. Workaround the issue and remove the shipped man pages, so the man pages will be regenerated correctly: