diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-09-28 22:32:44 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-09-28 22:44:38 +0200 |
commit | 789f09a073a7239aee2e551d52b5b5ea9f41bb90 (patch) | |
tree | 22cac442d56dafa055f2049e5d6278dbfa46ab8f /gnu/local.mk | |
parent | 9e01589469abd89e035450d29026f0e14add6801 (diff) | |
download | guix-789f09a073a7239aee2e551d52b5b5ea9f41bb90.tar guix-789f09a073a7239aee2e551d52b5b5ea9f41bb90.tar.gz |
gnu: binutils: Work around Bash 4.2 bug.
Fixes a 'binutils-cross-boot0' build failure on mips64el.
Reported at
<https://lists.gnu.org/archive/html/guix-devel/2016-09/msg01083.html>.
* gnu/packages/patches/binutils-mips-bash-bug.patch: New file.
* gnu/packages/base.scm (binutils)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 8247e8ba0c..8ca246206d 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -455,6 +455,7 @@ dist_patch_DATA = \ %D%/packages/patches/bigloo-gc-shebangs.patch \ %D%/packages/patches/binutils-ld-new-dtags.patch \ %D%/packages/patches/binutils-loongson-workaround.patch \ + %D%/packages/patches/binutils-mips-bash-bug.patch \ %D%/packages/patches/byobu-writable-status.patch \ %D%/packages/patches/calibre-drop-unrar.patch \ %D%/packages/patches/calibre-no-updates-dialog.patch \ |