summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2021-02-11 10:15:51 +0000
committerwiz <wiz@pkgsrc.org>2021-02-11 10:15:51 +0000
commitb1f6c8d7c4752f4d7b924d05302ece3b563179ff (patch)
treed07f9a6c53228dcd2d6148ec766be37881de957b /archivers
parent2a5679713977b37e9fafb5265b2528c8ece0b0ef (diff)
downloadpkgsrc-b1f6c8d7c4752f4d7b924d05302ece3b563179ff.tar.gz
zstd: add upstream bug report about a test problem
Diffstat (limited to 'archivers')
-rw-r--r--archivers/zstd/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/zstd/Makefile b/archivers/zstd/Makefile
index 6b9c98d0d91..673a8384cf0 100644
--- a/archivers/zstd/Makefile
+++ b/archivers/zstd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2021/02/11 09:47:24 nia Exp $
+# $NetBSD: Makefile,v 1.36 2021/02/11 10:15:51 wiz Exp $
DISTNAME= zstd-1.4.8
CATEGORIES= archivers
@@ -42,6 +42,8 @@ MAKE_FLAGS+= mandir=${PREFIX}/${PKGMANDIR}
MAKE_FLAGS+= INSTALL=${INSTALL:Q}
BUILD_TARGET= allmost
+# stat -c error
+# https://github.com/facebook/zstd/issues/2493
TEST_TARGET= test
.include "../../archivers/lz4/buildlink3.mk"