summarylogtreecommitdiffstats
path: root/add-stubdom-fixes.patch
blob: e063bd3e5bfd384fecaf1ec3d0d6d163ffb29990 (plain)
1
2
3
4
5
6
7
8
9
10
11
diff -Naur orig.xen-4.16.1/stubdom/Makefile xen-4.16.1/stubdom/Makefile
--- orig.xen-4.16.1/stubdom/Makefile	2022-05-16 09:41:38.409898784 -0700
+++ xen-4.16.1/stubdom/Makefile	2022-05-16 09:43:31.891076356 -0700
@@ -241,6 +241,7 @@
 	patch -d $@ -p1 < vtpm_extern.patch
 	patch -d $@ -p1 < vtpm-microsecond-duration.patch
 	patch -d $@ -p1 < vtpm-command-duration.patch
+	patch -d $@ -p1 < vtpm-gcc12-fixes.patch
 	mkdir $@/build
 	cd $@/build; CC=${CC} $(CMAKE) .. -DCMAKE_C_FLAGS:STRING="-std=c99 -DTPM_NO_EXTERN $(TARGET_CPPFLAGS) $(TARGET_CFLAGS) -Wno-declaration-after-statement"
 	touch $@