pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/bftpd



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri May 14 13:16:53 UTC 2021

Modified Files:
        pkgsrc/net/bftpd: Makefile

Log Message:
bftpd: honor LDFLAGS


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/net/bftpd/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/bftpd/Makefile
diff -u pkgsrc/net/bftpd/Makefile:1.26 pkgsrc/net/bftpd/Makefile:1.27
--- pkgsrc/net/bftpd/Makefile:1.26      Mon Aug 10 13:49:15 2020
+++ pkgsrc/net/bftpd/Makefile   Fri May 14 13:16:53 2021
@@ -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 \



Home | Main Index | Thread Index | Old Index