svn commit: r273505 - stable/10/share/mk
Garrett Cooper
ngie at FreeBSD.org
Thu Oct 23 01:08:31 UTC 2014
Author: ngie
Date: Thu Oct 23 01:08:31 2014
New Revision: 273505
URL: https://svnweb.freebsd.org/changeset/base/273505
Log:
MFC r272917:
Add LDFLAGS to PROG_VARS so it can be overridden on a per-PROG basis
Sponsored by: EMC / Isilon Storage Division
Modified:
stable/10/share/mk/bsd.progs.mk
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/share/mk/bsd.progs.mk
==============================================================================
--- stable/10/share/mk/bsd.progs.mk Thu Oct 23 01:06:00 2014 (r273504)
+++ stable/10/share/mk/bsd.progs.mk Thu Oct 23 01:08:31 2014 (r273505)
@@ -43,7 +43,7 @@ PROG ?= $t
.if defined(PROG)
# just one of many
PROG_OVERRIDE_VARS += BINDIR MAN SRCS
-PROG_VARS += CFLAGS CPPFLAGS CXXFLAGS DPADD DPLIBS LDADD ${PROG_OVERRIDE_VARS}
+PROG_VARS += CFLAGS CPPFLAGS CXXFLAGS DPADD DPLIBS LDADD LDFLAGS ${PROG_OVERRIDE_VARS}
.for v in ${PROG_VARS:O:u}
.if empty(${PROG_OVERRIDE_VARS:M$v})
.if defined(${v}.${PROG})
More information about the svn-src-stable-10
mailing list