On Sep 7, 2014, at 13:53, yaneurab...@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

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

Reply via email to