diff options
author | davidovski <david@davidovski.xyz> | 2022-01-16 15:57:27 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-16 15:57:27 +0000 |
commit | 430d276607ead5129cc222f1f139128e9a3f9082 (patch) | |
tree | 40024cd226d40763bbf75572066df9909a5fcadc /repo/system/binutils.xibuild | |
parent | 2b0a5719c1fba89b42506a18149650117e73e674 (diff) |
added options to curl when downloading package
Diffstat (limited to 'repo/system/binutils.xibuild')
-rw-r--r-- | repo/system/binutils.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/binutils.xibuild b/repo/system/binutils.xibuild index 88550bd..7988f12 100644 --- a/repo/system/binutils.xibuild +++ b/repo/system/binutils.xibuild @@ -7,7 +7,7 @@ SOURCE=https://ftp.gnu.org/gnu/binutils/binutils-$PKG_VER.tar.xz DESC="tools for handling object files" patch () { - curl https://www.linuxfromscratch.org/patches/lfs/development/binutils-$PKG_VER-upstream_fix-1.patch > binutils-$PKG_VER-upstream_fix-1.patch + curl -sSL https://www.linuxfromscratch.org/patches/lfs/development/binutils-$PKG_VER-upstream_fix-1.patch > binutils-$PKG_VER-upstream_fix-1.patch 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: |