diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-10-12 04:00:49 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-10-12 04:00:49 +0000 |
| commit | c22f60e6e55f1bf300dd76d2222a93911f3b2bb2 (patch) | |
| tree | ef665e7018377f53612ac2751dcaea35a1c587b6 /ipxe-no-error-logical-not-parentheses.patch | |
| parent | 39a4763249cd6289e5019acfe0c98dbb169f5f2e (diff) | |
automatic import of xenopeneuler22.03_LTS
Diffstat (limited to 'ipxe-no-error-logical-not-parentheses.patch')
| -rw-r--r-- | ipxe-no-error-logical-not-parentheses.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/ipxe-no-error-logical-not-parentheses.patch b/ipxe-no-error-logical-not-parentheses.patch new file mode 100644 index 0000000..92a0562 --- /dev/null +++ b/ipxe-no-error-logical-not-parentheses.patch @@ -0,0 +1,23 @@ +Index: xen-4.8.0-testing/tools/firmware/etherboot/patches/ipxe-no-error-logical-not-parentheses.patch +=================================================================== +--- /dev/null ++++ xen-4.8.0-testing/tools/firmware/etherboot/patches/ipxe-no-error-logical-not-parentheses.patch +@@ -0,0 +1,11 @@ ++--- ipxe/src/Makefile.housekeeping.orig 2015-03-12 12:15:50.054891858 +0000 +++++ ipxe/src/Makefile.housekeeping 2015-03-12 12:16:05.978071221 +0000 ++@@ -415,7 +415,7 @@ ++ # Inhibit -Werror if NO_WERROR is specified on make command line ++ # ++ ifneq ($(NO_WERROR),1) ++-CFLAGS += -Werror +++CFLAGS += -Werror -Wno-logical-not-parentheses ++ ASFLAGS += --fatal-warnings ++ endif ++ +Index: xen-4.8.0-testing/tools/firmware/etherboot/patches/series +=================================================================== +--- xen-4.8.0-testing.orig/tools/firmware/etherboot/patches/series ++++ xen-4.8.0-testing/tools/firmware/etherboot/patches/series +@@ -1 +1,2 @@ + boot_prompt_option.patch ++ipxe-no-error-logical-not-parentheses.patch |
