Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/nsd/sbin Append DPLIBS to PROGDPLIBS so that we...
details: https://anonhg.NetBSD.org/src/rev/0b59dec2e616
branches: trunk
changeset: 449928:0b59dec2e616
user: christos <christos%NetBSD.org@localhost>
date: Fri Mar 29 14:38:30 2019 +0000
description:
Append DPLIBS to PROGDPLIBS so that we can resolve dependencies for static
linking where order is important.
diffstat:
external/bsd/nsd/sbin/Makefile.inc | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r 922b95d56b62 -r 0b59dec2e616 external/bsd/nsd/sbin/Makefile.inc
--- a/external/bsd/nsd/sbin/Makefile.inc Fri Mar 29 13:04:00 2019 +0000
+++ b/external/bsd/nsd/sbin/Makefile.inc Fri Mar 29 14:38:30 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.1 2017/01/07 19:51:21 christos Exp $
+# $NetBSD: Makefile.inc,v 1.2 2019/03/29 14:38:30 christos Exp $
.include "../Makefile.inc"
@@ -11,6 +11,7 @@
.if ${PROG} == "nsd" || ${PROG} == "nsd-checkzone"
PROGDPLIBS+= xfrd ${NSD}/../lib/libxfrd
+PROGDPLIBS+= ${DPLIBS}
.endif
CLEANFILES+=${PROG}.8
@@ -19,6 +20,7 @@
.endif
+
.if defined(SCRIPTS)
CLEANFILES+=${SCRIPTS}.sh
${SCRIPTS}.sh: ${SCRIPTS}.sh.in __subst
Home |
Main Index |
Thread Index |
Old Index