summaryrefslogtreecommitdiffstats
path: root/lib/libvmmapi
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-04-09 21:38:40 +0000
committerbapt <bapt@FreeBSD.org>2015-04-09 21:38:40 +0000
commit2ef8ecc84200848c2501477275323b7b0ae9748c (patch)
tree003a2e6c24f40c6eaf30bf0c07a965dd7de745b7 /lib/libvmmapi
parent4bb707efc49daeefe5b2729ab6aed2d424194784 (diff)
downloadFreeBSD-src-2ef8ecc84200848c2501477275323b7b0ae9748c.zip
FreeBSD-src-2ef8ecc84200848c2501477275323b7b0ae9748c.tar.gz
Fix overlinking in bhyve:
libvmmapi is actually needed to be linked to libutil, not bhyve nor bhyveload
Diffstat (limited to 'lib/libvmmapi')
-rw-r--r--lib/libvmmapi/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libvmmapi/Makefile b/lib/libvmmapi/Makefile
index 93d3c85..26cf86f 100644
--- a/lib/libvmmapi/Makefile
+++ b/lib/libvmmapi/Makefile
@@ -6,6 +6,8 @@ INCS= vmmapi.h
WARNS?= 2
+LIBADD= util
+
CFLAGS+= -I${.CURDIR}
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud