diff options
author | John Marino <marino@FreeBSD.org> | 2016-09-20 20:37:41 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-09-20 20:37:41 +0000 |
commit | 59024b75d038c30b2b7f32f71af553c80639453b (patch) | |
tree | 52ac62383315cefe2c2ad36a2b75640e2b3854ea /net-p2p | |
parent | irc/inspircd: move USES=pkgconfig to SSL option (diff) |
net-p2p/zetacoin: set SSL flags for non-base SSL building
Approved by: SSL blanket
Notes
Notes:
svn path=/head/; revision=422543
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/zetacoin/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-p2p/zetacoin/Makefile b/net-p2p/zetacoin/Makefile index 2858ad4b74b9..ff459712ba67 100644 --- a/net-p2p/zetacoin/Makefile +++ b/net-p2p/zetacoin/Makefile @@ -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 |