mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 11:01:25 +00:00
qemu: update to 7.2.0
drop disas and bios patches refresh patches qemu: vhost-scsi does not exist, drop unsupported vhost options qemu: disable VDUSE by default qemu: slirp and vnc-png option gone Note: libpng still needed if vnc enabled. Link: https://github.com/openwrt/packages/pull/18623 Signed-off-by: Vladimir Ermakov <vooon341@gmail.com> (squash commits) Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
This commit is contained in:
committed by
Yousong Zhou
parent
a1c80c1f37
commit
e93a9d0063
@@ -11,12 +11,12 @@ OpenWrt base build system decide flavor of fortify_source to use
|
||||
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -1194,6 +1194,8 @@ for opt do
|
||||
@@ -896,6 +896,8 @@ for opt do
|
||||
;;
|
||||
--enable-jemalloc) meson_option_parse --enable-malloc=jemalloc jemalloc
|
||||
;;
|
||||
+ --disable-fortify-source) fortify_source="no"
|
||||
+ ;;
|
||||
# everything else has the same name in configure and meson
|
||||
--enable-* | --disable-*) meson_option_parse "$opt" "$optarg"
|
||||
--*) meson_option_parse "$opt" "$optarg"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user