pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/pigz Do not overwrite LDFLAGS, fixes build o...
details: https://anonhg.NetBSD.org/pkgsrc/rev/94ee71fb58d7
branches: trunk
changeset: 352819:94ee71fb58d7
user: fhajny <fhajny%pkgsrc.org@localhost>
date: Mon Sep 19 09:17:57 2016 +0000
description:
Do not overwrite LDFLAGS, fixes build on at least SunOS.
diffstat:
archivers/pigz/distinfo | 3 ++-
archivers/pigz/patches/patch-Makefile | 14 ++++++++++++++
2 files changed, 16 insertions(+), 1 deletions(-)
diffs (30 lines):
diff -r e13be0713c8e -r 94ee71fb58d7 archivers/pigz/distinfo
--- a/archivers/pigz/distinfo Mon Sep 19 09:16:28 2016 +0000
+++ b/archivers/pigz/distinfo Mon Sep 19 09:17:57 2016 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.8 2015/11/03 00:56:25 agc Exp $
+$NetBSD: distinfo,v 1.9 2016/09/19 09:17:57 fhajny Exp $
SHA1 (pigz-2.3.3.tar.gz) = 11252d38fe2a7b8d7a712dff22bbb7630287d00b
RMD160 (pigz-2.3.3.tar.gz) = 053a9f2309982ba21a7041288ace4408ffbcbe5e
SHA512 (pigz-2.3.3.tar.gz) = 6fa5ee1c03b4a8dc4b191acaa337b6f30132503ff413300214e1e6b27dd70590b53334be3fa880916f6ea4498beb8cf7c411a5954fdf188475882c44618c663c
Size (pigz-2.3.3.tar.gz) = 92787 bytes
+SHA1 (patch-Makefile) = bb2a30acfa656852cd36361a0ac80a3322c920c0
diff -r e13be0713c8e -r 94ee71fb58d7 archivers/pigz/patches/patch-Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/pigz/patches/patch-Makefile Mon Sep 19 09:17:57 2016 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-Makefile,v 1.4 2016/09/19 09:17:57 fhajny Exp $
+
+Do not overwrite LDFLAGS.
+
+--- Makefile.orig 2015-01-20 04:12:31.000000000 +0000
++++ Makefile
+@@ -1,6 +1,6 @@
+ CC=cc
+ CFLAGS=-O3 -Wall -Wextra
+-LDFLAGS=-lz
++LDFLAGS+=-lz
+ ZOPFLI=zopfli/src/zopfli/
+ # use gcc and gmake on Solaris
+
Home |
Main Index |
Thread Index |
Old Index