90e6999a07
- Update to the stuff in master to fix the issue at: https://bodhi.fedoraproject.org/updates/FEDORA-2020-050993b283#comment-1208958 - Update to 3.0.11 (via patches generated from git) - Plus newer upstream fixes (also via patches generated from git) - Fix shell exit failures in make - Fix .reloc section generation - Fix CHAR8 definition - Fix "make DESTDIR=..." - Change the installed .a/.o layout - Provide makefiles for consumers to use. - Make the -devel noarch since it's just headers. - Add a bunch of compatibility symlinks for our older packages. These will go away once we've migrated everything using them in fedora to use the newer make system... Signed-off-by: Peter Jones <pjones@redhat.com>
31 lines
946 B
Diff
31 lines
946 B
Diff
From 9b63de7db6850b2415bb46fa28e0d62fa2f2f50e Mon Sep 17 00:00:00 2001
|
|
From: Nigel Croxon <ncroxon@redhat.com>
|
|
Date: Thu, 16 Jan 2020 14:35:56 -0500
|
|
Subject: [PATCH 16/46] Re-add back the original symbol, typeo.
|
|
|
|
Fix breaking code by restoring original typeo in efierr.h
|
|
EFI_WARN_UNKOWN_GLYPH definition.
|
|
|
|
Fixes: commit 5d0d538c2574dfe32e87e87ff977f2830ae2990c
|
|
|
|
Signed-off-by: Nigel Croxon <ncroxon@redhat.com>
|
|
---
|
|
inc/efierr.h | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/inc/efierr.h b/inc/efierr.h
|
|
index d351c1ca225..5a66e1a0676 100644
|
|
--- a/inc/efierr.h
|
|
+++ b/inc/efierr.h
|
|
@@ -58,6 +58,7 @@ Revision History
|
|
#define EFI_INVALID_LANGUAGE EFIERR(32)
|
|
#define EFI_COMPROMISED_DATA EFIERR(33)
|
|
|
|
+#define EFI_WARN_UNKOWN_GLYPH EFIWARN(1)
|
|
#define EFI_WARN_UNKNOWN_GLYPH EFIWARN(1)
|
|
#define EFI_WARN_DELETE_FAILURE EFIWARN(2)
|
|
#define EFI_WARN_WRITE_FAILURE EFIWARN(3)
|
|
--
|
|
2.24.1
|
|
|