Module Name: src Committed By: joerg Date: Wed Dec 25 22:19:15 UTC 2013
Modified Files: src/external/bsd/bind: Makefile.inc Log Message: Resort libraries: - libdns is a dependency of libisccfg - libkrb5 is required by libheimntlm To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/external/bsd/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/bsd/bind/Makefile.inc diff -u src/external/bsd/bind/Makefile.inc:1.18 src/external/bsd/bind/Makefile.inc:1.19 --- src/external/bsd/bind/Makefile.inc:1.18 Thu Oct 3 20:17:47 2013 +++ src/external/bsd/bind/Makefile.inc Wed Dec 25 22:19:15 2013 @@ -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 @@ 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 -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 @@ CPPFLAGS+=-DGSSAPI .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}