pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/zstd zstd: needs librt on SunOS, PR pkg/56225



details:   https://anonhg.NetBSD.org/pkgsrc/rev/64ab368ff26e
branches:  trunk
changeset: 453814:64ab368ff26e
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Jun 03 06:43:42 2021 +0000

description:
zstd: needs librt on SunOS, PR pkg/56225

diffstat:

 archivers/zstd/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 3be334014074 -r 64ab368ff26e archivers/zstd/Makefile
--- a/archivers/zstd/Makefile   Thu Jun 03 06:41:48 2021 +0000
+++ b/archivers/zstd/Makefile   Thu Jun 03 06:43:42 2021 +0000
@@ -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 @@
 BUILD_TARGET=          allmost
 TEST_TARGET=           test
 
+LDFLAGS.SunOS+=                -lrt
+
 .include "../../archivers/lz4/buildlink3.mk"
 .include "../../archivers/xz/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index