diff options
author | wiedi <wiedi@pkgsrc.org> | 2015-01-08 23:00:42 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2015-01-08 23:00:42 +0000 |
commit | 16344b18b8e82ba4181e0f82a62a5f82001a6c94 (patch) | |
tree | 57208b766a1a7e90c8a7590290d4178680769ed3 /emulators/qemu | |
parent | 140ae8a096fdd9ab2b958efeafcd4fc1f21d1b76 (diff) | |
download | pkgsrc-16344b18b8e82ba4181e0f82a62a5f82001a6c94.tar.gz |
Disable coroutine-pool on SunOS to work around "Co-routine is yielding to no one".
Diffstat (limited to 'emulators/qemu')
-rw-r--r-- | emulators/qemu/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index e7669c7d9ee..1137f30efa1 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.133 2014/12/11 14:04:59 ryoon Exp $ +# $NetBSD: Makefile,v 1.134 2015/01/08 23:00:42 wiedi Exp $ DISTNAME= qemu-2.2.0 +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://wiki.qemu.org/download/ EXTRACT_SUFX= .tar.bz2 @@ -81,6 +82,7 @@ USER_EMUL= ${UE_ARCHS} PLIST.nbd= YES .elif !empty(MACHINE_PLATFORM:MSunOS-5.11-*) PLIST.nbd= YES +CONFIGURE_ARGS+= --disable-coroutine-pool .endif PLIST_VARS+= ${UE_ARCHS} nbd |