pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/pstree



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Sat Aug  7 13:11:19 UTC 2021

Modified Files:
        pkgsrc/sysutils/pstree: Makefile

Log Message:
Honor LDFLAGS.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/sysutils/pstree/Makefile

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

Modified files:

Index: pkgsrc/sysutils/pstree/Makefile
diff -u pkgsrc/sysutils/pstree/Makefile:1.28 pkgsrc/sysutils/pstree/Makefile:1.29
--- pkgsrc/sysutils/pstree/Makefile:1.28        Tue Feb  9 14:27:57 2016
+++ pkgsrc/sysutils/pstree/Makefile     Sat Aug  7 13:11:19 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2016/02/09 14:27:57 mef Exp $
+# $NetBSD: Makefile,v 1.29 2021/08/07 13:11:19 schmonz Exp $
 #
 
 DISTNAME=      pstree-2.39
@@ -16,7 +16,7 @@ WRKSRC=               ${WRKDIR}
 INSTALLATION_DIRS=     bin share/doc/proctree
 
 do-build:
-       cd ${WRKSRC}; ${CC} ${CFLAGS} -o pstree pstree.c
+       cd ${WRKSRC}; ${CC} ${CFLAGS} ${LDFLAGS} -o pstree pstree.c
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/pstree ${DESTDIR}${PREFIX}/bin/proctree



Home | Main Index | Thread Index | Old Index