pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/lsof lsof: fix RELRO build



details:   https://anonhg.NetBSD.org/pkgsrc/rev/67540a9dd80e
branches:  trunk
changeset: 459100:67540a9dd80e
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Wed Sep 29 13:33:38 2021 +0000

description:
lsof: fix RELRO build

diffstat:

 sysutils/lsof/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 00667d9c5e92 -r 67540a9dd80e sysutils/lsof/Makefile
--- a/sysutils/lsof/Makefile    Wed Sep 29 13:30:42 2021 +0000
+++ b/sysutils/lsof/Makefile    Wed Sep 29 13:33:38 2021 +0000
@@ -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 @@
 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