gnu: GRUB: Adjust to recent binutils changes.

* gnu/packages/patches/grub-binutils-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/bootloaders.scm (grub)[source](patches): Add it.
This commit is contained in:
Marius Bakke 2018-08-28 00:39:11 +02:00
parent 8f1022d0a8
commit d9362003b6
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA
3 changed files with 56 additions and 1 deletions

View file

@ -86,7 +86,8 @@
(sha256
(base32
"03vvdfhdmf16121v7xs8is2krwnv15wpkhkf16a4yf8nsfc3f2w1"))
(patches (search-patches "grub-check-error-efibootmgr.patch"))))
(patches (search-patches "grub-check-error-efibootmgr.patch"
"grub-binutils-compat.patch"))))
(build-system gnu-build-system)
(arguments
`(#:phases (modify-phases %standard-phases