changeset 23938:44ff9f4e9f31

bhyve uses libcrypto from build host
author Andy Fiddaman <omnios@citrus-it.co.uk>
date Thu, 14 Jan 2021 11:16:01 +0000
parents 7b0f633bafc1
children 237362548d55
files usr/src/cmd/bhyve/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/cmd/bhyve/Makefile	Thu Jan 14 10:34:33 2021 +0000
+++ b/usr/src/cmd/bhyve/Makefile	Thu Jan 14 11:16:01 2021 +0000
@@ -133,7 +133,7 @@
 C99MODE=	-xc99=%all
 
 $(PROG) := LDLIBS += -lsocket -lnsl -ldlpi -ldladm -lmd -lcrypto -luuid -lvmmapi -lz
-NATIVE_LIBS += libz.so
+NATIVE_LIBS += libz.so libcrypto.so
 $(MEVENT_TEST_PROG) := LDLIBS += -lsocket
 
 .KEEP_STATE: