svn commit: r422543 - head/net-p2p/zetacoin

John Marino marino at FreeBSD.org
Tue Sep 20 20:37:42 UTC 2016


Author: marino
Date: Tue Sep 20 20:37:41 2016
New Revision: 422543
URL: https://svnweb.freebsd.org/changeset/ports/422543

Log:
  net-p2p/zetacoin: set SSL flags for non-base SSL building
  
  Approved by:	SSL blanket

Modified:
  head/net-p2p/zetacoin/Makefile

Modified: head/net-p2p/zetacoin/Makefile
==============================================================================
--- head/net-p2p/zetacoin/Makefile	Tue Sep 20 20:29:17 2016	(r422542)
+++ head/net-p2p/zetacoin/Makefile	Tue Sep 20 20:37:41 2016	(r422543)
@@ -14,6 +14,8 @@ LICENSE=	MIT
 LIB_DEPENDS=	libboost_date_time.so:devel/boost-libs
 
 USES+=		autoreconf compiler:c++0x gmake libtool pkgconfig:build ssl
+CFLAGS+=	-I${OPENSSLINC}
+LDFLAGS+=	-L${OPENSSLLIB}
 
 BROKEN_armv6=	AtomicPointer not implemented
 


More information about the svn-ports-all mailing list