svn commit: r293089 - user/ngie/stable-10-libnv/usr.sbin/iovctl

Garrett Cooper ngie at FreeBSD.org
Sun Jan 3 08:19:23 UTC 2016


Author: ngie
Date: Sun Jan  3 08:19:22 2016
New Revision: 293089
URL: https://svnweb.freebsd.org/changeset/base/293089

Log:
  Add USEPRIVATELIB to find libucl on stable/10 >_>

Modified:
  user/ngie/stable-10-libnv/usr.sbin/iovctl/Makefile

Modified: user/ngie/stable-10-libnv/usr.sbin/iovctl/Makefile
==============================================================================
--- user/ngie/stable-10-libnv/usr.sbin/iovctl/Makefile	Sun Jan  3 08:12:47 2016	(r293088)
+++ user/ngie/stable-10-libnv/usr.sbin/iovctl/Makefile	Sun Jan  3 08:19:22 2016	(r293089)
@@ -5,6 +5,8 @@ SRCS=	iovctl.c parse.c validate.c
 DPADD+=	${LIBNV} ${LIBUCL} ${LIBM}
 LDADD+=	-lnv -lucl -lm
 
+USEPRIVATELIB=
+
 CFLAGS+=-I${.CURDIR}/../../contrib/libucl/include
 
 WARNS?=6


More information about the svn-src-user mailing list