pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/lz4json



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jul  6 14:11:29 UTC 2017

Modified Files:
        pkgsrc/archivers/lz4json: Makefile

Log Message:
Honor LDFLAGS.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/archivers/lz4json/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/lz4json/Makefile
diff -u pkgsrc/archivers/lz4json/Makefile:1.1 pkgsrc/archivers/lz4json/Makefile:1.2
--- pkgsrc/archivers/lz4json/Makefile:1.1       Mon Sep 19 08:02:11 2016
+++ pkgsrc/archivers/lz4json/Makefile   Thu Jul  6 14:11:29 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/09/19 08:02:11 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2017/07/06 14:11:29 wiz Exp $
 
 DISTNAME=      lz4json-0.0.20160401
 CATEGORIES=    archivers www
@@ -15,7 +15,7 @@ USE_TOOLS+=           pkg-config
 INSTALLATION_DIRS=     bin
 
 do-build:
-       cd ${WRKSRC} && ${CC} ${CFLAGS} lz4jsoncat.c -o lz4jsoncat `pkg-config --libs liblz4` `pkg-config --cflags liblz4`
+       cd ${WRKSRC} && ${CC} ${CFLAGS} ${LDFLAGS} lz4jsoncat.c -o lz4jsoncat `pkg-config --libs liblz4` `pkg-config --cflags liblz4`
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/lz4jsoncat ${DESTDIR}${PREFIX}/bin



Home | Main Index | Thread Index | Old Index