diff options
author | nia <nia@pkgsrc.org> | 2021-05-14 13:16:53 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-05-14 13:16:53 +0000 |
commit | 7e90e69d7f55a47c1fefed4a39a7a07a1fa26d3c (patch) | |
tree | 8c2a0c6339d39f72584c1974d563a9e11f75a023 /net/bftpd | |
parent | ae236620aeb33de3c5cf600060e0cd8d4ca61a41 (diff) | |
download | pkgsrc-7e90e69d7f55a47c1fefed4a39a7a07a1fa26d3c.tar.gz |
bftpd: honor LDFLAGS
Diffstat (limited to 'net/bftpd')
-rw-r--r-- | net/bftpd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 \ |