Date: Sun, 3 Jan 2016 08:19:22 +0000 (UTC) From: Garrett Cooper <ngie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r293089 - user/ngie/stable-10-libnv/usr.sbin/iovctl Message-ID: <201601030819.u038JMDp010777@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601030819.u038JMDp010777>