Date: Fri, 15 Feb 2013 22:17:18 +0500 From: Jan Beich <jbeich@tormail.org> To: Dag-Erling =?utf-8?Q?Sm=C3=B8rgrav?= <des@FreeBSD.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r246827 - in head: contrib/ldns contrib/ldns/compat contrib/ldns/drill contrib/ldns/ldns lib lib/libldns share/mk tools/build/options Message-ID: <1U6Owm-00079I-7M@internal.tormail.org> In-Reply-To: <201302151344.r1FDiJtF064024@svn.freebsd.org> ("Dag-Erling \=\?utf-8\?Q\?Sm\=C3\=B8rgrav\=22's\?\= message of "Fri, 15 Feb 2013 13:44:19 %2B0000 (UTC)") References: <201302151344.r1FDiJtF064024@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Dag-Erling Sm=C3=B8rgrav <des@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 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > --- share/mk/bsd.libnames.mk (revision 246826) > +++ share/mk/bsd.libnames.mk (revision 246827) > @@ -85,6 +85,9 @@ LIBKICONV?=3D ${DESTDIR}${LIBDIR}/libkiconv.a > LIBKRB5?=3D ${DESTDIR}${LIBDIR}/libkrb5.a > LIBKVM?=3D ${DESTDIR}${LIBDIR}/libkvm.a > LIBL?=3D ${DESTDIR}${LIBDIR}/libl.a > +.if ${MK_LDNS} !=3D "no" > +LIBLDNS?=3D ${DESTDIR}${LIBDIR}/lib_ldns.a > +.endif > LIBLN?=3D "don't use LIBLN, use LIBL" > .if ${MK_BIND} !=3D "no" > LIBLWRES?=3D ${DESTDIR}${LIBDIR}/liblwres.a Why the underscore? lib/libldns/Makefile doesn't have it. Not that WITH_LDNS build would succeed anyway: =3D=3D=3D> lib/libldns (depend) /usr/src/lib/libldns/../../contrib/ldns/buffer.c:10:10: fatal error: 'ldn= s/config. h' file not found #include <ldns/config.h> ^ 1 error generated. mkdep: compile failed *** [.depend] Error code 1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1U6Owm-00079I-7M>