diff options
author | pgoyette <pgoyette@pkgsrc.org> | 2016-05-31 05:25:12 +0000 |
---|---|---|
committer | pgoyette <pgoyette@pkgsrc.org> | 2016-05-31 05:25:12 +0000 |
commit | 024731d2a56e16e80a68eb12cb74890e3f7bd863 (patch) | |
tree | 0aa91062972c124727e77db769f3680458746b01 | |
parent | 8817eb623bb9b606c7715e27707f8131e00a1474 (diff) | |
download | pkgsrc-024731d2a56e16e80a68eb12cb74890e3f7bd863.tar.gz |
Mark x86_64 emulator as not safe for MPROTECT
XXX Other platform emulators may be similarly affected, but I can't test
XXX the adequately.
-rw-r--r-- | emulators/qemu/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index eef7c1dca8c..6b85c3064af 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.149 2016/05/15 01:25:15 ryoon Exp $ +# $NetBSD: Makefile,v 1.150 2016/05/31 05:25:12 pgoyette Exp $ DISTNAME= qemu-2.6.0 +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://wiki.qemu.org/download/ EXTRACT_SUFX= .tar.bz2 @@ -38,6 +39,8 @@ CONFIGURE_ARGS+= --enable-curses CONFIGURE_ARGS+= --disable-opengl CONFIGURE_ENV+= mansuffix=/${PKGMANDIR} +NOT_PAX_MPROTECT_SAFE+= bin/qemu-system-x86_64 + PKG_SYSCONFSUBDIR= qemu REPLACE_PERL+= scripts/texi2pod.pl |