diff options
Diffstat (limited to 'archivers/zstd')
-rw-r--r-- | archivers/zstd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/zstd/Makefile b/archivers/zstd/Makefile index 5fb02460cfe..03e5092e038 100644 --- a/archivers/zstd/Makefile +++ b/archivers/zstd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2021/06/03 06:43:42 nia Exp $ +# $NetBSD: Makefile,v 1.43 2021/06/03 06:54:59 nia Exp $ DISTNAME= zstd-1.5.0 CATEGORIES= archivers @@ -43,6 +43,7 @@ MAKE_FLAGS+= INSTALL=${INSTALL:Q} BUILD_TARGET= allmost TEST_TARGET= test +# Needed for nanosleep() on Solaris 10, PR pkg/56225 LDFLAGS.SunOS+= -lrt .include "../../archivers/lz4/buildlink3.mk" |