[BACK]Return to Makefile.inc CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / mpl / bind

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

Diff for /src/external/mpl/bind/Makefile.inc between version 1.2.2.2 and 1.2.2.3

version 1.2.2.2, 2018/09/06 06:53:51 version 1.2.2.3, 2019/01/18 08:49:09
Line 62  DBG=-g3 -gstabs
Line 62  DBG=-g3 -gstabs
 .if !defined(LIB) || empty(LIB)  .if !defined(LIB) || empty(LIB)
 # NOTE: the order of these libraries is important...  # NOTE: the order of these libraries is important...
 .if defined(NAMED_DEBUG)  .if defined(NAMED_DEBUG)
 LDADD+=         -lbind9_g -lisccfg_g -ldns_g -lirs_g -lisccc_g -lisc_g -lz_g  LDADD+=         -lbind9_g -lisccfg_g -ldns_g -lns_g -lirs_g -lisccc_g -lisc_g -lz_g
 .else  .else
 LDADD+=         -lbind9 -lisccfg -ldns -lirs  LDADD+=         -lbind9 -lisccfg -ldns -lns -lirs
 DPADD+=         ${LIBBIND9} ${LIBISCCFG} ${LIBDNS} ${LIBIRS}  DPADD+=         ${LIBBIND9} ${LIBISCCFG} ${LIBDNS} ${LIBNS} ${LIBIRS}
 LDADD+=         -lisccc -lisc -lz  LDADD+=         -lisccc -lisc -lz
 DPADD+=         ${LIBISCCC} ${LIBISC} ${LIBZ}  DPADD+=         ${LIBISCCC} ${LIBISC} ${LIBZ}
 .endif  .endif

Legend:
Removed from v.1.2.2.2  
changed lines
  Added in v.1.2.2.3

CVSweb <webmaster@jp.NetBSD.org>