Module Name: src
Committed By: christos
Date: Thu Aug 16 16:34:33 UTC 2018
Modified Files:
src/external/mpl/bind: Makefile.inc
Log Message:
libisccfg uses libdns...
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/mpl/bind/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/mpl/bind/Makefile.inc
diff -u src/external/mpl/bind/Makefile.inc:1.1 src/external/mpl/bind/Makefile.inc:1.2
--- src/external/mpl/bind/Makefile.inc:1.1 Sun Aug 12 09:02:24 2018
+++ src/external/mpl/bind/Makefile.inc Thu Aug 16 12:34:33 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.1 2018/08/12 13:02:24 christos Exp $
+# $NetBSD: Makefile.inc,v 1.2 2018/08/16 16:34:33 christos Exp $
.if !defined(BIND9_MAKEFILE_INC)
BIND9_MAKEFILE_INC=yes
@@ -62,10 +62,10 @@ DBG=-g3 -gstabs
.if !defined(LIB) || empty(LIB)
# NOTE: the order of these libraries is important...
.if defined(NAMED_DEBUG)
-LDADD+= -lbind9_g -ldns_g -lirs_g -lisccfg_g -lisccc_g -lisc_g -lz_g
+LDADD+= -lbind9_g -lisccfg_g -ldns_g -lirs_g -lisccc_g -lisc_g -lz_g
.else
-LDADD+= -lbind9 -ldns -lirs -lisccfg
-DPADD+= ${LIBBIND9} ${LIBDNS} ${LIBIRS} ${LIBISCCFG}
+LDADD+= -lbind9 -lisccfg -ldns -lirs
+DPADD+= ${LIBBIND9} ${LIBISCCFG} ${LIBDNS} ${LIBIRS}
LDADD+= -lisccc -lisc -lz
DPADD+= ${LIBISCCC} ${LIBISC} ${LIBZ}
.endif