Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/zstd zstd: mark as not make-jobs safe for now
details: https://anonhg.NetBSD.org/pkgsrc/rev/674ad3d338bf
branches: trunk
changeset: 434443:674ad3d338bf
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Jun 16 14:58:08 2020 +0000
description:
zstd: mark as not make-jobs safe for now
I saw
../lib/libzstd.so: file not recognized: file format not recognized
in my MAKE_JOBS=8 build.
diffstat:
archivers/zstd/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 5c1d60823f15 -r 674ad3d338bf archivers/zstd/Makefile
--- a/archivers/zstd/Makefile Tue Jun 16 14:43:17 2020 +0000
+++ b/archivers/zstd/Makefile Tue Jun 16 14:58:08 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2020/06/14 13:51:55 adam Exp $
+# $NetBSD: Makefile,v 1.30 2020/06/16 14:58:08 wiz Exp $
DISTNAME= zstd-1.4.5
CATEGORIES= archivers
@@ -12,6 +12,9 @@
CHECK_PORTABILITY_SKIP+= tests/playTests.sh
+# 1.4.5: ../lib/libzstd.so: file not recognized: file format not recognized
+MAKE_JOBS_SAFE= no
+
USE_LANGUAGES= c c++
USE_TOOLS+= ggrep gmake pkg-config
PKGCONFIG_OVERRIDE+= lib/libzstd.pc.in
Home |
Main Index |
Thread Index |
Old Index