From 065fe7e05513393b0750c68e7c8f50043d5520d9 Mon Sep 17 00:00:00 2001 From: nia Date: Thu, 3 Jun 2021 06:43:42 +0000 Subject: zstd: needs librt on SunOS, PR pkg/56225 --- archivers/zstd/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/archivers/zstd/Makefile b/archivers/zstd/Makefile index 6ed5adc2e99..5fb02460cfe 100644 --- a/archivers/zstd/Makefile +++ b/archivers/zstd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2021/05/20 12:23:24 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2021/06/03 06:43:42 nia Exp $ DISTNAME= zstd-1.5.0 CATEGORIES= archivers @@ -43,6 +43,8 @@ MAKE_FLAGS+= INSTALL=${INSTALL:Q} BUILD_TARGET= allmost TEST_TARGET= test +LDFLAGS.SunOS+= -lrt + .include "../../archivers/lz4/buildlink3.mk" .include "../../archivers/xz/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" -- cgit v1.2.3