diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2019-06-23 21:42:15 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2019-06-23 21:42:15 +0000 |
commit | 82a687f6d199f426ba93c54cfee7638d63abe275 (patch) | |
tree | 644973488d7f55c15278eed75fa95fbe9316eb43 /net-p2p | |
parent | 63e62863955061306ca095529ab4ec835db11951 (diff) |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/libtorrent/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/libtorrent/Makefile b/net-p2p/libtorrent/Makefile index cd81bf7fd6c1..9e64f863b49a 100644 --- a/net-p2p/libtorrent/Makefile +++ b/net-p2p/libtorrent/Makefile @@ -12,7 +12,7 @@ COMMENT= BitTorrent Library written in C++ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf compiler:c++11-lang libtool pathfix pkgconfig ssl +USES= autoreconf compiler:c++11-lang libtool localbase:ldflags pathfix pkgconfig ssl GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-debug CONFIGURE_ENV= OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto" OPENSSL_CFLAGS="-I\ |