mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 03:54:34 +04:00
qemu: update to 8.1.2
Changes: - Update to 8.1.2 - Refresh patches - Replace absent option --with-git-submodules with --disable-download Fix #22530 Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
This commit is contained in:
committed by
Josef Schlehofer
parent
7a393aea9f
commit
a517b7660b
@@ -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
|
||||
@@ -823,6 +823,8 @@ for opt do
|
||||
;;
|
||||
--disable-vfio-user-server) vfio_user_server="disabled"
|
||||
--gdb=*) gdb_bin="$optarg"
|
||||
;;
|
||||
+ --disable-fortify-source) fortify_source="no"
|
||||
+ ;;
|
||||
|
||||
Reference in New Issue
Block a user