diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-08-28 00:39:11 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-08-28 01:23:12 +0200 |
commit | d9362003b6cbbc77d2cab838aa06514aef6ac4f2 (patch) | |
tree | 2b6aaedb5328c4ab3407b12ab5d3d5220113bb9c /gnu/local.mk | |
parent | 8f1022d0a85a1f42a156b2319513baf0e0d2e827 (diff) | |
download | patches-d9362003b6cbbc77d2cab838aa06514aef6ac4f2.tar patches-d9362003b6cbbc77d2cab838aa06514aef6ac4f2.tar.gz |
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.
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 c19d992874..e88709a13c 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -771,6 +771,7 @@ dist_patch_DATA = \ %D%/packages/patches/grep-timing-sensitive-test.patch \ %D%/packages/patches/groff-source-date-epoch.patch \ %D%/packages/patches/groovy-add-exceptionutilsgenerator.patch \ + %D%/packages/patches/grub-binutils-compat.patch \ %D%/packages/patches/grub-check-error-efibootmgr.patch \ %D%/packages/patches/gsl-test-i686.patch \ %D%/packages/patches/gspell-dash-test.patch \ |