diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2016-12-27 21:44:42 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2016-12-27 21:44:42 +0000 |
commit | 2ec778c8490e3925390180a83952f756a39126c5 (patch) | |
tree | 50379a97fd8ad9da2b5a6cb0d22c16b97b294984 /emulators | |
parent | 6c5405da9d3e5b0758bbed95b167e04bcac61084 (diff) | |
download | pkgsrc-2ec778c8490e3925390180a83952f756a39126c5.tar.gz |
Back out the NOT_JOBS_SAFE change. It turns out I was seeing an unrelated
problem. Sorry for the noise.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 8e09f86a046..8bb3b237aac 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.157 2016/12/21 10:39:15 bsiegert Exp $ +# $NetBSD: Makefile,v 1.158 2016/12/27 21:44:42 bsiegert Exp $ DISTNAME= qemu-2.7.0 CATEGORIES= emulators @@ -38,9 +38,6 @@ CONFIGURE_ARGS+= --enable-curses CONFIGURE_ARGS+= --disable-opengl CONFIGURE_ENV+= mansuffix=/${PKGMANDIR} -# Parallel build fails on NetBSD/amd64 -MAKE_JOBS_SAFE= no - NOT_PAX_MPROTECT_SAFE+= bin/qemu-system-aarch64 NOT_PAX_MPROTECT_SAFE+= bin/qemu-system-alpha NOT_PAX_MPROTECT_SAFE+= bin/qemu-system-arm |