Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jun 2019 21:42:15 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r504994 - head/net-p2p/libtorrent
Message-ID:  <201906232142.x5NLgFbI040915@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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\



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906232142.x5NLgFbI040915>