Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/bind Resort libraries:
details: https://anonhg.NetBSD.org/src/rev/2e59abb3c519
branches: trunk
changeset: 792209:2e59abb3c519
user: joerg <joerg%NetBSD.org@localhost>
date: Wed Dec 25 22:19:15 2013 +0000
description:
Resort libraries:
- libdns is a dependency of libisccfg
- libkrb5 is required by libheimntlm
diffstat:
external/bsd/bind/Makefile.inc | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (30 lines):
diff -r d0f2ea10c326 -r 2e59abb3c519 external/bsd/bind/Makefile.inc
--- a/external/bsd/bind/Makefile.inc Wed Dec 25 22:14:52 2013 +0000
+++ b/external/bsd/bind/Makefile.inc Wed Dec 25 22:19:15 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.18 2013/10/03 20:17:47 christos Exp $
+# $NetBSD: Makefile.inc,v 1.19 2013/12/25 22:19:15 joerg Exp $
.if !defined(BIND9_MAKEFILE_INC)
BIND9_MAKEFILE_INC=yes
@@ -63,9 +63,9 @@
.if !defined(LIB) || empty(LIB)
# NOTE: the order of these libraries is important...
.if defined(NAMED_DEBUG)
-LDADD+= -lbind9_g -ldns_g -llwres_g -lisccfg_g -lisccc_g -lisc_g
+LDADD+= -lbind9_g -llwres_g -lisccfg_g -ldns_g -lisccc_g -lisc_g
.else
-LDADD+= -lbind9 -ldns -llwres -lisccfg -lisccc -lisc
+LDADD+= -lbind9 -llwres -lisccfg -ldns -lisccc -lisc
DPADD+= ${LIBBIND9} ${LIBDNS} ${LIBLWRES}
DPADD+= ${LIBISCCFG} ${LIBISCCC} ${LIBISC}
.endif
@@ -95,7 +95,7 @@
.endif
.if ${MKKERBEROS} != "no"
.if !defined (LIB) || empty(LIB)
-LDADD+= -lgssapi -lkrb5 -lhx509 -lheimntlm -lheimbase \
+LDADD+= -lgssapi -lheimntlm -lkrb5 -lhx509 -lheimbase \
-lcom_err -lroken -lasn1 -lwind
DPADD+= ${LIBGSSAPI} ${LIBKRB5} ${LIBHX509} ${LIBHEIMNTLM} ${LIBHEIMBASE} \
${LIBCOM_ERR} ${LIBROKEN} ${LIBASN1} ${LIBWIND}
Home |
Main Index |
Thread Index |
Old Index