From 7e90e69d7f55a47c1fefed4a39a7a07a1fa26d3c Mon Sep 17 00:00:00 2001 From: nia Date: Fri, 14 May 2021 13:16:53 +0000 Subject: bftpd: honor LDFLAGS --- net/bftpd/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'net/bftpd') diff --git a/net/bftpd/Makefile b/net/bftpd/Makefile index 00b71c70c1b..ee53f3fc8fe 100644 --- a/net/bftpd/Makefile +++ b/net/bftpd/Makefile @@ -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 @@ LICENSE= gnu-gpl-v2 GNU_CONFIGURE= YES USE_TOOLS+= gmake +MAKE_FLAGS+= LDFLAGS=${LDFLAGS:Q} + WRKSRC= ${WRKDIR}/bftpd CONF_FILES= ${PREFIX}/share/examples/bftpd/bftpd.conf \ -- cgit v1.2.3