aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authoryuri <yuri@FreeBSD.org>2018-09-22 13:37:25 +0800
committeryuri <yuri@FreeBSD.org>2018-09-22 13:37:25 +0800
commite526d5c307003b27e503f9edd0573e6ec458ded8 (patch)
treecd69088d10829f9a5dcae6b0dcb061e476e0ecc2 /security
parent12ca5793be5d0b68e37dfa5a5e1f1253aed4b7a5 (diff)
downloadfreebsd-ports-gnome-e526d5c307003b27e503f9edd0573e6ec458ded8.tar.gz
freebsd-ports-gnome-e526d5c307003b27e503f9edd0573e6ec458ded8.tar.zst
freebsd-ports-gnome-e526d5c307003b27e503f9edd0573e6ec458ded8.zip
security/tor-devel: Replace --with-tcmalloc with --with-malloc=tcmalloc
PR: 231546 Reported by: Vinícius Zavam <egypcio@googlemail.com>
Diffstat (limited to 'security')
-rw-r--r--security/tor-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile
index c944f48b3789..a8ad3e1dc81f 100644
--- a/security/tor-devel/Makefile
+++ b/security/tor-devel/Makefile
@@ -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