pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators/qemu
Module Name: pkgsrc
Committed By: bsiegert
Date: Wed Dec 21 10:39:15 UTC 2016
Modified Files:
pkgsrc/emulators/qemu: Makefile
Log Message:
Mark not MAKE_JOBS_SAFE. This just failed for me with -j16 but worked
fine with MAKE_JOBS=1.
To generate a diff of this commit:
cvs rdiff -u -r1.156 -r1.157 pkgsrc/emulators/qemu/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/emulators/qemu/Makefile
diff -u pkgsrc/emulators/qemu/Makefile:1.156 pkgsrc/emulators/qemu/Makefile:1.157
--- pkgsrc/emulators/qemu/Makefile:1.156 Sun Oct 30 14:48:00 2016
+++ pkgsrc/emulators/qemu/Makefile Wed Dec 21 10:39:15 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.156 2016/10/30 14:48:00 spz Exp $
+# $NetBSD: Makefile,v 1.157 2016/12/21 10:39:15 bsiegert Exp $
DISTNAME= qemu-2.7.0
CATEGORIES= emulators
@@ -38,6 +38,9 @@ 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
Home |
Main Index |
Thread Index |
Old Index