Date: Sun, 11 Sep 2016 00:19:19 +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: r421761 - head/net/bsdec2-image-upload Message-ID: <201609110019.u8B0JJli093666@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sun Sep 11 00:19:19 2016 New Revision: 421761 URL: https://svnweb.freebsd.org/changeset/ports/421761 Log: net/bsdec2-image-upload: Add SSL flags Approved by: SSL blanket Modified: head/net/bsdec2-image-upload/Makefile Modified: head/net/bsdec2-image-upload/Makefile ============================================================================== --- head/net/bsdec2-image-upload/Makefile Sun Sep 11 00:15:02 2016 (r421760) +++ head/net/bsdec2-image-upload/Makefile Sun Sep 11 00:19:19 2016 (r421761) @@ -13,8 +13,9 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss -USES= tar:tgz uidfix -USE_OPENSSL= yes +USES= ssl tar:tgz uidfix +CFLAGS+= -I${OPENSSLINC} +LDFLAGS+= -L${OPENSSLLIB} # Install into ${STAGEDIR}${PREFIX}; but the build respects ${DESTDIR} so # all we need to give is the ${PREFIX}/bin part.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609110019.u8B0JJli093666>