pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/lz4



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Jun  2 20:01:42 UTC 2021

Modified Files:
        pkgsrc/archivers/lz4: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/archivers/lz4/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/lz4/Makefile
diff -u pkgsrc/archivers/lz4/Makefile:1.20 pkgsrc/archivers/lz4/Makefile:1.21
--- pkgsrc/archivers/lz4/Makefile:1.20  Thu Nov 19 10:36:57 2020
+++ pkgsrc/archivers/lz4/Makefile       Wed Jun  2 20:01:42 2021
@@ -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 @@ USE_TOOLS+=           gmake pkg-config
 PKGCONFIG_OVERRIDE+=   lib/liblz4.pc.in
 TEST_TARGET=           test
 
+LDFLAGS.SunOS+=                -lrt
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index