pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/bftpd bftpd: honor LDFLAGS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1eb49faed41a
branches:  trunk
changeset: 452701:1eb49faed41a
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri May 14 13:16:53 2021 +0000

description:
bftpd: honor LDFLAGS

diffstat:

 net/bftpd/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 20b817bb0698 -r 1eb49faed41a net/bftpd/Makefile
--- a/net/bftpd/Makefile        Fri May 14 13:13:21 2021 +0000
+++ b/net/bftpd/Makefile        Fri May 14 13:16:53 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2020/08/10 13:49:15 nia Exp $
+# $NetBSD: Makefile,v 1.27 2021/05/14 13:16:53 nia Exp $
 
 DISTNAME=      bftpd-5.6
 CATEGORIES=    net
@@ -12,6 +12,8 @@
 GNU_CONFIGURE= YES
 USE_TOOLS+=    gmake
 
+MAKE_FLAGS+=   LDFLAGS=${LDFLAGS:Q}
+
 WRKSRC=                ${WRKDIR}/bftpd
 
 CONF_FILES=    ${PREFIX}/share/examples/bftpd/bftpd.conf \



Home | Main Index | Thread Index | Old Index