pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/zstd



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Jun  3 06:43:42 UTC 2021

Modified Files:
        pkgsrc/archivers/zstd: Makefile

Log Message:
zstd: needs librt on SunOS, PR pkg/56225


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/archivers/zstd/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/archivers/zstd/Makefile
diff -u pkgsrc/archivers/zstd/Makefile:1.41 pkgsrc/archivers/zstd/Makefile:1.42
--- pkgsrc/archivers/zstd/Makefile:1.41 Thu May 20 12:23:24 2021
+++ pkgsrc/archivers/zstd/Makefile      Thu Jun  3 06:43:42 2021
@@ -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"



Home | Main Index | Thread Index | Old Index