svn commit: r292635 - user/ngie/stable-10-libnv/lib/libnv
Garrett Cooper
ngie at FreeBSD.org
Tue Dec 22 23:10:19 UTC 2015
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
More information about the svn-src-user
mailing list