diff options
author | pawel <pawel@FreeBSD.org> | 2011-09-07 07:40:32 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2011-09-07 07:40:32 +0800 |
commit | 4817b5c1d62f040f7e54757216cc2e1b9c274f8f (patch) | |
tree | 453c2a3c6abbb7f358d0dfa8320bd12f074ac72d /security | |
parent | 3ed852de77ba3010f6289986e7926c82fa9796f4 (diff) | |
download | freebsd-ports-gnome-4817b5c1d62f040f7e54757216cc2e1b9c274f8f.tar.gz freebsd-ports-gnome-4817b5c1d62f040f7e54757216cc2e1b9c274f8f.tar.zst freebsd-ports-gnome-4817b5c1d62f040f7e54757216cc2e1b9c274f8f.zip |
- Chase devel/google-perftools shlib bump
- security/tor*: add -L${LOCALBASE}/lib to LDFLAGS (fixes linking)
Approved by: miwi, wen (mentors implicit)
Diffstat (limited to 'security')
-rw-r--r-- | security/tor-devel/Makefile | 2 | ||||
-rw-r--r-- | security/tor/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile index efd0a10b9dcc..74cfcccbde70 100644 --- a/security/tor-devel/Makefile +++ b/security/tor-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= tor DISTVERSION= 0.2.3.2-alpha +PORTREVISION= 1 CATEGORIES= security net ipv6 MASTER_SITES= https://www.torproject.org/dist/ \ ftp://ftp.bit.nl/mirror/tor/ \ @@ -116,6 +117,7 @@ TOR_LIBEVENT_LIBS:= -levent_openssl-2.0 ${TOR_LIBEVENT_LIBS} .if defined(WITH_TCMALLOC) CONFIGURE_ARGS+= --with-tcmalloc +LDFLAGS+= -L${LOCALBASE}/lib .if defined(WITH_STATIC_TOR) BUILD_DEPENDS += ${LOCALBASE}/lib/libtcmalloc.so:${PORTSDIR}/devel/google-perftools .else diff --git a/security/tor/Makefile b/security/tor/Makefile index 4b9d8e6fb6c7..911490b48534 100644 --- a/security/tor/Makefile +++ b/security/tor/Makefile @@ -7,6 +7,7 @@ PORTNAME= tor DISTVERSION= 0.2.2.32 +PORTREVISION= 1 CATEGORIES= security net ipv6 MASTER_SITES= https://www.torproject.org/dist/ \ ftp://ftp.bit.nl/mirror/tor/ \ @@ -97,6 +98,7 @@ CONFIGURE_ARGS+= --disable-instrument-downloads .if defined(WITH_TCMALLOC) CONFIGURE_ARGS+= --with-tcmalloc LIB_DEPENDS+= tcmalloc:${PORTSDIR}/devel/google-perftools +LDFLAGS+= -L${LOCALBASE}/lib .endif .if defined(WITH_THREADS) |