svn commit: r480341 - head/security/tor-devel

Yuri Victorovich yuri at FreeBSD.org
Sat Sep 22 05:37:26 UTC 2018


Author: yuri
Date: Sat Sep 22 05:37:25 2018
New Revision: 480341
URL: https://svnweb.freebsd.org/changeset/ports/480341

Log:
  security/tor-devel: Replace --with-tcmalloc with --with-malloc=tcmalloc
  
  PR:		231546
  Reported by:	Vinícius Zavam <egypcio at googlemail.com>

Modified:
  head/security/tor-devel/Makefile

Modified: head/security/tor-devel/Makefile
==============================================================================
--- head/security/tor-devel/Makefile	Sat Sep 22 05:30:31 2018	(r480340)
+++ head/security/tor-devel/Makefile	Sat Sep 22 05:37:25 2018	(r480341)
@@ -89,7 +89,7 @@ TOR_ZSTD_LIBS=		-lzstd
 .endif
 
 .if ${PORT_OPTIONS:MTCMALLOC}
-CONFIGURE_ARGS+=	--with-tcmalloc
+CONFIGURE_ARGS+=	--with-malloc=tcmalloc
 .if ${PORT_OPTIONS:MSTATIC_TOR}
 BUILD_DEPENDS+=		${LOCALBASE}/lib/libtcmalloc.a:devel/google-perftools
 .else


More information about the svn-ports-head mailing list