Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Sep 2016 17:56:22 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421713 - head/emulators/qemu-devel
Message-ID:  <201609101756.u8AHuMpH046787@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609101756.u8AHuMpH046787>