pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/lsof
Module Name: pkgsrc
Committed By: tnn
Date: Wed Sep 29 13:33:38 UTC 2021
Modified Files:
pkgsrc/sysutils/lsof: Makefile
Log Message:
lsof: fix RELRO build
To generate a diff of this commit:
cvs rdiff -u -r1.138 -r1.139 pkgsrc/sysutils/lsof/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/lsof/Makefile
diff -u pkgsrc/sysutils/lsof/Makefile:1.138 pkgsrc/sysutils/lsof/Makefile:1.139
--- pkgsrc/sysutils/lsof/Makefile:1.138 Mon May 24 19:54:12 2021
+++ pkgsrc/sysutils/lsof/Makefile Wed Sep 29 13:33:38 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.138 2021/05/24 19:54:12 wiz Exp $
+# $NetBSD: Makefile,v 1.139 2021/09/29 13:33:38 tnn Exp $
DISTNAME= lsof_4.91
PKGNAME= ${DISTNAME:S/_/-/}
@@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/${SRCBAL
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= ./Configure
CONFIGURE_ARGS+= -n ${LOWER_OPSYS}
-CONFIGURE_ENV+= LSOF_CC="${CC} ${CFLAGS}"
+CONFIGURE_ENV+= LSOF_CC="${CC} ${CFLAGS} ${LDFLAGS}"
MAKE_FLAGS+= LSOF_BLDCMT="NetBSD pkgsrc rocks!"
OSVERSION_SPECIFIC= yes
EXTRACT_USING= bsdtar
Home |
Main Index |
Thread Index |
Old Index