Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Dec 2015 23:10:18 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r292635 - user/ngie/stable-10-libnv/lib/libnv
Message-ID:  <201512222310.tBMNAIXu089018@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Tue Dec 22 23:10:18 2015
New Revision: 292635
URL: https://svnweb.freebsd.org/changeset/base/292635

Log:
  MFC r271241:
  
  Include src.opts.mk after SHLIBDIR has been defined so libnv is installed to
  /lib , not /usr/lib
  
  Approved by: rpaulo (mentor)
  Submitted by: antoine
  Pointyhat to: me
  Phabric: D739

Modified:
  user/ngie/stable-10-libnv/lib/libnv/Makefile
Directory Properties:
  user/ngie/stable-10-libnv/   (props changed)

Modified: user/ngie/stable-10-libnv/lib/libnv/Makefile
==============================================================================
--- user/ngie/stable-10-libnv/lib/libnv/Makefile	Tue Dec 22 23:08:50 2015	(r292634)
+++ user/ngie/stable-10-libnv/lib/libnv/Makefile	Tue Dec 22 23:10:18 2015	(r292635)
@@ -1,9 +1,10 @@
 # $FreeBSD$
 
+SHLIBDIR?= /lib
+
 .include <bsd.own.mk>
 
 LIB=	nv
-SHLIBDIR?= /lib
 SHLIB_MAJOR= 0
 
 SRCS=	dnvlist.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512222310.tBMNAIXu089018>