pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/pstree Honor LDFLAGS.
details: https://anonhg.NetBSD.org/pkgsrc/rev/27edb1aa2e0a
branches: trunk
changeset: 456754:27edb1aa2e0a
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Sat Aug 07 13:11:19 2021 +0000
description:
Honor LDFLAGS.
diffstat:
sysutils/pstree/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 0bd3756cb372 -r 27edb1aa2e0a sysutils/pstree/Makefile
--- a/sysutils/pstree/Makefile Sat Aug 07 12:57:19 2021 +0000
+++ b/sysutils/pstree/Makefile Sat Aug 07 13:11:19 2021 +0000
@@ -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 @@
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