Dag-Erling Smørgrav <d...@freebsd.org> writes: > Author: des > Date: Fri Feb 15 13:44:18 2013 > New Revision: 246827 > URL: http://svnweb.freebsd.org/changeset/base/246827 > > Log: > Import LDNS and build it as an internal library. [...] > Index: share/mk/bsd.libnames.mk > =================================================================== > --- share/mk/bsd.libnames.mk (revision 246826) > +++ share/mk/bsd.libnames.mk (revision 246827) > @@ -85,6 +85,9 @@ LIBKICONV?= ${DESTDIR}${LIBDIR}/libkiconv.a > LIBKRB5?= ${DESTDIR}${LIBDIR}/libkrb5.a > LIBKVM?= ${DESTDIR}${LIBDIR}/libkvm.a > LIBL?= ${DESTDIR}${LIBDIR}/libl.a > +.if ${MK_LDNS} != "no" > +LIBLDNS?= ${DESTDIR}${LIBDIR}/lib_ldns.a > +.endif > LIBLN?= "don't use LIBLN, use LIBL" > .if ${MK_BIND} != "no" > LIBLWRES?= ${DESTDIR}${LIBDIR}/liblwres.a
Why the underscore? lib/libldns/Makefile doesn't have it. Not that WITH_LDNS build would succeed anyway: ===> lib/libldns (depend) /usr/src/lib/libldns/../../contrib/ldns/buffer.c:10:10: fatal error: 'ldns/config. h' file not found #include <ldns/config.h> ^ 1 error generated. mkdep: compile failed *** [.depend] Error code 1 _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"