svn commit: r504994 - head/net-p2p/libtorrent

Danilo G. Baio dbaio at FreeBSD.org
Sun Jun 23 21:42:16 UTC 2019


Author: dbaio
Date: Sun Jun 23 21:42:15 2019
New Revision: 504994
URL: https://svnweb.freebsd.org/changeset/ports/504994

Log:
  net-p2p/libtorrent: Unbreak with ssl other than base
  
  PR:		235765

Modified:
  head/net-p2p/libtorrent/Makefile

Modified: head/net-p2p/libtorrent/Makefile
==============================================================================
--- head/net-p2p/libtorrent/Makefile	Sun Jun 23 21:19:54 2019	(r504993)
+++ head/net-p2p/libtorrent/Makefile	Sun Jun 23 21:42:15 2019	(r504994)
@@ -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\


More information about the svn-ports-all mailing list