Files
packages/utils/qemu/patches/0011-meson-fix.patch
Vladimir Ermakov 40a439bfa8 qemu: update to 10.0.0
- Update version to 10.0.0
- Update sanitizer config options names
- Add patch to fix meson cross compiler sanitiz check build

Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
2025-06-22 09:54:52 +02:00

11 lines
311 B
Diff

--- a/configure
+++ b/configure
@@ -1845,6 +1845,7 @@ if test "$skip_meson" = no; then
echo "# Automatically generated by configure - do not modify" > $cross
echo "[properties]" >> $cross
+ echo "needs_exe_wrapper = true" >> $cross
# unroll any custom device configs
for a in $device_archs; do