diff options
author | wiz <wiz@pkgsrc.org> | 2020-06-16 14:58:08 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-06-16 14:58:08 +0000 |
commit | 8ebb6f8afa76647a7638bca89d3d426f2f7e533e (patch) | |
tree | 1ac70b9bceb7caee68f301ce18521f6b062f4954 /archivers/zstd | |
parent | 5aaf69c88649a4e6034056111f41bd91b9da444a (diff) | |
download | pkgsrc-8ebb6f8afa76647a7638bca89d3d426f2f7e533e.tar.gz |
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 (limited to 'archivers/zstd')
-rw-r--r-- | archivers/zstd/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/archivers/zstd/Makefile b/archivers/zstd/Makefile index 3f51867e171..968383a77be 100644 --- a/archivers/zstd/Makefile +++ b/archivers/zstd/Makefile @@ -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 @@ LICENSE= modified-bsd OR gnu-gpl-v2 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 |