pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/lz4 lz4: fix build on Solaris 10, PR pkg/56226



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b836c23e6d49
branches:  trunk
changeset: 453766:b836c23e6d49
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Jun 02 20:01:42 2021 +0000

description:
lz4: fix build on Solaris 10, PR pkg/56226

diffstat:

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

diffs (16 lines):

diff -r 38aca716f819 -r b836c23e6d49 archivers/lz4/Makefile
--- a/archivers/lz4/Makefile    Wed Jun 02 20:00:00 2021 +0000
+++ b/archivers/lz4/Makefile    Wed Jun 02 20:01:42 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2020/11/19 10:36:57 adam Exp $
+# $NetBSD: Makefile,v 1.21 2021/06/02 20:01:42 nia Exp $
 
 DISTNAME=      lz4-1.9.3
 CATEGORIES=    archivers
@@ -15,4 +15,6 @@
 PKGCONFIG_OVERRIDE+=   lib/liblz4.pc.in
 TEST_TARGET=           test
 
+LDFLAGS.SunOS+=                -lrt
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index