The following reply was made to PR conf/182172; it has been noted by GNATS.
From: Garrett Cooper <[email protected]> To: Glen Barber <[email protected]> Cc: [email protected] Subject: Re: conf/182172: make: don't know how to make /usr/obj/usr/src.svn/tmp/usr/lib/libunbound.a Date: Mon, 16 Sep 2013 17:29:03 -0700 On Sep 16, 2013, at 5:00 PM, Glen Barber wrote: > On Mon, Sep 16, 2013 at 04:57:10PM -0700, Garrett Cooper wrote: >> On Sep 16, 2013, at 4:53 PM, Glen Barber wrote: >> >>> Please include src.conf/make.conf. >> >> I posted it in this pastebin for another PR: >> >> http://pastebin.com/xAeJtB6C >> > > That does not provide us with historical data for GNATS. > > Please include them in the PR. This should fix the issue. Testing it out.. # svn diff lib/libunbound/ Index: lib/libunbound/Makefile =================================================================== --- lib/libunbound/Makefile (revision 255620) +++ lib/libunbound/Makefile (working copy) @@ -1,5 +1,9 @@ # $FreeBSD$ +SHLIBDIR?= /lib + +.include <bsd.own.mk> + # Vendor sources and generated files LDNSDIR= ${.CURDIR}/../../contrib/ldns UNBOUNDDIR= ${.CURDIR}/../../contrib/unbound # (cd lib/libunbound/; make -VLIBDIR -VSHLIBDIR) /usr/lib /lib _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
