diff options
author | Marius Bakke <marius@gnu.org> | 2020-11-08 00:22:21 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-11-08 00:22:21 +0100 |
commit | 9b4a497e38f1845ba85c507af7f3937f1cd25122 (patch) | |
tree | 9892e95e5377288b5586929f0b6d17612ef02575 /gnu/local.mk | |
parent | ab0521329be7365f80abbb0e0467607596b58220 (diff) | |
download | guix-9b4a497e38f1845ba85c507af7f3937f1cd25122.tar.gz |
gnu: gdb@9.2: Restore 'gdb-hurd.patch'.
This patch got lost when e33c4286ebcc0dcc79985a32c6c2d5ad623d1fbe was merged (commit 32787d652460871a79f99b63230f92759e2e0de2), but was still required on the 'staging' branch. * gnu/packages/patches/gdb-hurd.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
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 697863ae02..ac6eeba935 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1032,6 +1032,7 @@ dist_patch_DATA = \ %D%/packages/patches/gcc-8-strmov-store-file-names.patch \ %D%/packages/patches/gcc-9-asan-fix-limits-include.patch \ %D%/packages/patches/gcc-9-strmov-store-file-names.patch \ + %D%/packages/patches/gdb-hurd.patch \ %D%/packages/patches/gd-fix-tests-on-i686.patch \ %D%/packages/patches/gd-brect-bounds.patch \ %D%/packages/patches/gdm-default-session.patch \ |