diff options
author | yuri <yuri@FreeBSD.org> | 2018-09-22 13:37:25 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-09-22 13:37:25 +0800 |
commit | e526d5c307003b27e503f9edd0573e6ec458ded8 (patch) | |
tree | cd69088d10829f9a5dcae6b0dcb061e476e0ecc2 /security | |
parent | 12ca5793be5d0b68e37dfa5a5e1f1253aed4b7a5 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |