diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2020-03-30 13:15:38 +0800 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2020-03-30 13:23:39 +0800 |
commit | 47d9bf84181234538e3e70790f5ed0ed2cdf35d6 (patch) | |
tree | 2f001fc42d2309d66e347fadc182e83a51b68ede /utils/qemu/Makefile | |
parent | 1950340c697c537ab9d8d117f1b3ea08fe4bf1c1 (diff) |
qemu: fix building on mips arch
Add fallback zero value definition for MAP_SYNC etc. even when building
for CONFIG_LINUX.
Fixes openwrt/packages#11067
Reported-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'utils/qemu/Makefile')
-rw-r--r-- | utils/qemu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/qemu/Makefile b/utils/qemu/Makefile index bffc10b54..82bf64e1d 100644 --- a/utils/qemu/Makefile +++ b/utils/qemu/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=qemu PKG_VERSION:=4.2.0 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_HASH:=d3481d4108ce211a053ef15be69af1bdd9dde1510fda80d92be0f6c3e98768f0 PKG_SOURCE_URL:=http://download.qemu.org/ |