From 5fcabb512923df12ff55d9e9d378e2ad774f4ecd Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Sat, 14 Jan 2023 00:57:26 -0600 Subject: emulators/qemu: Re-enable build for i386 During the upgrade to 7.0 the build of qemu for i386 got disabled, due to "unknown-type name 'vm_page_t'" errors. This has been fixed. PR: 268647 Reported by: dim --- emulators/qemu/files/patch-util_meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emulators/qemu/files/patch-util_meson.build') diff --git a/emulators/qemu/files/patch-util_meson.build b/emulators/qemu/files/patch-util_meson.build index 590b1f5a0592..135b2ee3f156 100644 --- a/emulators/qemu/files/patch-util_meson.build +++ b/emulators/qemu/files/patch-util_meson.build @@ -1,6 +1,6 @@ ---- util/meson.build.orig 2022-04-23 11:59:28 UTC +--- util/meson.build.orig 2022-12-14 16:28:45 UTC +++ util/meson.build -@@ -87,10 +87,6 @@ if have_block +@@ -97,10 +97,6 @@ if have_block util_ss.add(files('readline.c')) util_ss.add(files('throttle.c')) util_ss.add(files('timed-average.c')) -- cgit v1.2.3