mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 03:54:34 +04:00
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>
This commit is contained in:
committed by
Josef Schlehofer
parent
ceb3349f38
commit
40a439bfa8
@@ -11,9 +11,9 @@ OpenWrt base build system decide flavor of fortify_source to use
|
||||
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -757,6 +757,8 @@ for opt do
|
||||
@@ -780,6 +780,8 @@ for opt do
|
||||
;;
|
||||
--gdb=*) gdb_bin="$optarg"
|
||||
--disable-rust) rust=disabled
|
||||
;;
|
||||
+ --disable-fortify-source) fortify_source="no"
|
||||
+ ;;
|
||||
|
||||
Reference in New Issue
Block a user