mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 18:41:20 +00:00
qemu: update to 8.0.0
- Update version to 8.0.0 - Refresh patches - Update configure opttions to disable libdw Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
This commit is contained in:
committed by
Yousong Zhou
parent
837c0f7f1c
commit
65d052d9b8
@@ -11,9 +11,9 @@ OpenWrt base build system decide flavor of fortify_source to use
|
||||
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -896,6 +896,8 @@ for opt do
|
||||
@@ -895,6 +895,8 @@ for opt do
|
||||
;;
|
||||
--enable-jemalloc) meson_option_parse --enable-malloc=jemalloc jemalloc
|
||||
--disable-vfio-user-server) vfio_user_server="disabled"
|
||||
;;
|
||||
+ --disable-fortify-source) fortify_source="no"
|
||||
+ ;;
|
||||
|
||||
Reference in New Issue
Block a user