mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
qemu: explictly --disable-linux-io-uring
Fixes openwrt/packages#12808 Reported-by: Rosen Penev <rosenp@gmail.com> Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
This commit is contained in:
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=qemu
|
PKG_NAME:=qemu
|
||||||
PKG_VERSION:=5.0.0
|
PKG_VERSION:=5.0.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_HASH:=2f13a92a0fa5c8b69ff0796b59b86b080bbb92ebad5d301a7724dd06b5e78cb6
|
PKG_HASH:=2f13a92a0fa5c8b69ff0796b59b86b080bbb92ebad5d301a7724dd06b5e78cb6
|
||||||
PKG_SOURCE_URL:=http://download.qemu.org/
|
PKG_SOURCE_URL:=http://download.qemu.org/
|
||||||
@@ -388,6 +388,7 @@ CONFIGURE_ARGS += \
|
|||||||
--disable-libusb \
|
--disable-libusb \
|
||||||
--disable-libxml2 \
|
--disable-libxml2 \
|
||||||
--disable-linux-aio \
|
--disable-linux-aio \
|
||||||
|
--disable-linux-io-uring \
|
||||||
--disable-lzfse \
|
--disable-lzfse \
|
||||||
--disable-lzo \
|
--disable-lzo \
|
||||||
--disable-modules \
|
--disable-modules \
|
||||||
|
|||||||
Reference in New Issue
Block a user