Fix overlinking in bhyve:
libvmmapi is actually needed to be linked to libutil, not bhyve nor bhyveload
This commit is contained in:
parent
0f55f9d67b
commit
ea4a4d8a2e
@ -6,6 +6,8 @@ INCS= vmmapi.h
|
||||
|
||||
WARNS?= 2
|
||||
|
||||
LIBADD= util
|
||||
|
||||
CFLAGS+= -I${.CURDIR}
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
@ -229,6 +229,7 @@ _DP_krb5+= asn1 com_err crypt crypto hx509 roken wind heimbase heimipcc \
|
||||
_DP_gssapi_krb5+= gssapi krb5 crypto roken asn1 com_err
|
||||
_DP_lzma= pthread
|
||||
_DP_ucl= m
|
||||
_DP_vmmapi= util
|
||||
|
||||
# Define spacial cases
|
||||
LDADD_supcplusplus= -lsupc++
|
||||
|
@ -43,7 +43,7 @@ SRCS= \
|
||||
.PATH: ${.CURDIR}/../../sys/amd64/vmm
|
||||
SRCS+= vmm_instruction_emul.c
|
||||
|
||||
LIBADD= vmmapi md util pthread
|
||||
LIBADD= vmmapi md pthread
|
||||
|
||||
WARNS?= 2
|
||||
|
||||
|
@ -4,7 +4,7 @@ PROG= bhyveload
|
||||
SRCS= bhyveload.c
|
||||
MAN= bhyveload.8
|
||||
|
||||
LIBADD= vmmapi util
|
||||
LIBADD= vmmapi
|
||||
|
||||
WARNS?= 3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user