Module Name:    src
Committed By:   christos
Date:           Fri Mar 29 14:38:31 UTC 2019

Modified Files:
        src/external/bsd/nsd/sbin: Makefile.inc

Log Message:
Append DPLIBS to PROGDPLIBS so that we can resolve dependencies for static
linking where order is important.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/nsd/sbin/Makefile.inc

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

Modified files:

Index: src/external/bsd/nsd/sbin/Makefile.inc
diff -u src/external/bsd/nsd/sbin/Makefile.inc:1.1 src/external/bsd/nsd/sbin/Makefile.inc:1.2
--- src/external/bsd/nsd/sbin/Makefile.inc:1.1	Sat Jan  7 14:51:21 2017
+++ src/external/bsd/nsd/sbin/Makefile.inc	Fri Mar 29 10:38:30 2019
@@ -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 @@ PROGDPLIBS+= ${DPLIBS}
 
 .if ${PROG} == "nsd" || ${PROG} == "nsd-checkzone"
 PROGDPLIBS+= xfrd ${NSD}/../lib/libxfrd
+PROGDPLIBS+= ${DPLIBS}
 .endif
 
 CLEANFILES+=${PROG}.8
@@ -19,6 +20,7 @@ ${PROG}.8: ${PROG}.8.in __subst
 
 .endif
 
+
 .if defined(SCRIPTS)
 CLEANFILES+=${SCRIPTS}.sh
 ${SCRIPTS}.sh: ${SCRIPTS}.sh.in __subst

Reply via email to