svn commit: r421713 - head/emulators/qemu-devel

John Marino marino at FreeBSD.org
Sat Sep 10 17:56:23 UTC 2016


Author: marino
Date: Sat Sep 10 17:56:22 2016
New Revision: 421713
URL: https://svnweb.freebsd.org/changeset/ports/421713

Log:
  emulators/qemu-devel: Document SSL requirement and set LDFLAGS for it
  
  Approved by:	SSL blanket

Modified:
  head/emulators/qemu-devel/Makefile

Modified: head/emulators/qemu-devel/Makefile
==============================================================================
--- head/emulators/qemu-devel/Makefile	Sat Sep 10 17:52:30 2016	(r421712)
+++ head/emulators/qemu-devel/Makefile	Sat Sep 10 17:56:22 2016	(r421713)
@@ -14,7 +14,7 @@ COMMENT=	QEMU CPU Emulator - development
 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.h
 
 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 \


More information about the svn-ports-all mailing list