summaryrefslogtreecommitdiffstats
path: root/system/xen/patches/tools-ipxe-update-for-fixing-build-with-GCC11.diff
diff options
context:
space:
mode:
author Mario Preksavec2021-10-16 11:12:05 +0200
committer Willy Sudiarto Raharjo2021-10-18 02:50:31 +0200
commitb58940b86d93b1749eab3c75f33f272b4f95056a (patch)
tree67566adba6b69d963e262c1a8b95e2390c74d8ef /system/xen/patches/tools-ipxe-update-for-fixing-build-with-GCC11.diff
parent581d8490d19fe10273ec5df2581635b0af2f19d5 (diff)
downloadslackbuilds-b58940b86d93b1749eab3c75f33f272b4f95056a.tar.gz
system/xen: Updated for version 4.15.1.
Signed-off-by: Mario Preksavec <mario@slackware.hr> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/xen/patches/tools-ipxe-update-for-fixing-build-with-GCC11.diff')
-rw-r--r--system/xen/patches/tools-ipxe-update-for-fixing-build-with-GCC11.diff13
1 files changed, 13 insertions, 0 deletions
diff --git a/system/xen/patches/tools-ipxe-update-for-fixing-build-with-GCC11.diff b/system/xen/patches/tools-ipxe-update-for-fixing-build-with-GCC11.diff
new file mode 100644
index 0000000000..b7fab4dd6e
--- /dev/null
+++ b/system/xen/patches/tools-ipxe-update-for-fixing-build-with-GCC11.diff
@@ -0,0 +1,13 @@
+diff --git a/tools/firmware/etherboot/Makefile b/tools/firmware/etherboot/Makefile
+index ed9e11305f..4bc3633ba3 100644
+--- a/tools/firmware/etherboot/Makefile
++++ b/tools/firmware/etherboot/Makefile
+@@ -10,7 +10,8 @@ else
+ IPXE_GIT_URL ?= git://git.ipxe.org/ipxe.git
+ endif
+
+-IPXE_GIT_TAG := 988d2c13cdf0f0b4140685af35ced70ac5b3283c
++# put an updated tar.gz on xenbits after changes to this variable
++IPXE_GIT_TAG := 3c040ad387099483102708bb1839110bc788cefb
+
+ IPXE_TARBALL_URL ?= $(XEN_EXTFILES_URL)/ipxe-git-$(IPXE_GIT_TAG).tar.gz