svn commit: r269603 - in head: etc/mtree lib/libnv lib/libnv/tests tools/regression/lib/libnv

yaneurabeya at gmail.com yaneurabeya at gmail.com
Sun Sep 7 22:58:27 UTC 2014


On Sep 7, 2014, at 13:53, yaneurabeya at gmail.com wrote:

> You’re right. SHLIBDIR is being overridden from bsd.own.mk. This patch will fix it:
> 
> $ git diff 
> diff --git a/lib/libnv/Makefile b/lib/libnv/Makefile
> index cad1ea4..4a7c76a 100644
> --- a/lib/libnv/Makefile
> +++ b/lib/libnv/Makefile
> @@ -1,9 +1,10 @@
> # $FreeBSD$
> 
> +SHLIBDIR?= /lib
> +
> .include <src.opts.mk>
> 
> LIB=   nv
> -SHLIBDIR?= /lib
> SHLIB_MAJOR= 0
> 
> SRCS=  dnvlist.c
> $ make -VSHLIBDIR
> /lib
> 
> I’ll put it out for review soon.

Fixed in r271241 — thanks!
-Garrett
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 496 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.freebsd.org/pipermail/svn-src-head/attachments/20140907/128a50a1/attachment.sig>


More information about the svn-src-head mailing list