aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-09-10 17:56:22 +0000
committerJohn Marino <marino@FreeBSD.org>2016-09-10 17:56:22 +0000
commit46091cd7dc53ad1ab073bb4b6bc8357059722ed7 (patch)
tree76ab93a190f0bc74c5bc5a8a5844545e63b5d0bc
parentc29017787a835d3c6d6dee603694718e0705e691 (diff)
downloadports-46091cd7dc53ad1ab073bb4b6bc8357059722ed7.tar.gz
ports-46091cd7dc53ad1ab073bb4b6bc8357059722ed7.zip
Notes
-rw-r--r--emulators/qemu-devel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile
index 8cc2b7880dfd..e0fc0971b363 100644
--- a/emulators/qemu-devel/Makefile
+++ b/emulators/qemu-devel/Makefile
@@ -14,7 +14,7 @@ COMMENT= QEMU CPU Emulator - development version
LICENSE= GPLv2
HAS_CONFIGURE= yes
-USES= cpe gmake pkgconfig bison perl5 python:2,build tar:bzip2
+USES= cpe gmake pkgconfig bison perl5 python:2,build ssl tar:bzip2
USE_PERL5= build
USE_XORG= pixman
USE_GNOME+= cairo glib20
@@ -72,6 +72,7 @@ PORTDOCS= docs qemu-doc.html qemu-tech.html qmp-commands.txt
WITHOUT_CPU_CFLAGS=yes #to avoid problems with register allocation
CFLAGS:= ${CFLAGS:C/-fno-tree-vrp//}
+LDFLAGS+= -L${OPENSSLLIB} -lcrypto
CONFIGURE_ARGS+=--localstatedir=/var --extra-ldflags=-L\"${LOCALBASE}/lib\" \
--disable-libssh2 --enable-debug \
--prefix=${PREFIX} --cc=${CC} --enable-docs --disable-kvm \