Source-Changes-HG archive

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

[src/trunk]: src/external/mpl/bind libisccfg uses libdns...



details:   https://anonhg.NetBSD.org/src/rev/e50e592e258f
branches:  trunk
changeset: 363940:e50e592e258f
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Aug 16 16:34:33 2018 +0000

description:
libisccfg uses libdns...

diffstat:

 external/mpl/bind/Makefile.inc |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (23 lines):

diff -r 1dc9b6f505b9 -r e50e592e258f external/mpl/bind/Makefile.inc
--- a/external/mpl/bind/Makefile.inc    Thu Aug 16 15:02:05 2018 +0000
+++ b/external/mpl/bind/Makefile.inc    Thu Aug 16 16:34:33 2018 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index