summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lewman <andrew@torproject.org>2008-03-19 01:39:38 +0000
committerAndrew Lewman <andrew@torproject.org>2008-03-19 01:39:38 +0000
commit6827af274c68b4f1b072d56c5856e21a5310c00f (patch)
tree25a3977a9d0841fc37762258efe731eb5af529f7
parent77302e3578cb0b22e91b1ef29783d5f6aad7f5a9 (diff)
downloadtor-6827af274c68b4f1b072d56c5856e21a5310c00f.tar.gz
tor-6827af274c68b4f1b072d56c5856e21a5310c00f.zip
enable-bsd-malloc by default.
svn:r14119
-rw-r--r--tor.spec.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/tor.spec.in b/tor.spec.in
index 38eec2b8e8..804f74c578 100644
--- a/tor.spec.in
+++ b/tor.spec.in
@@ -170,10 +170,12 @@ for high-stakes anonymity.
%build
%if %{is_suse}
%configure --with-tor-user=%{toruser} --with-tor-group=%{torgroup} \
- --build=%{_host} --host=%{_host} --target=%{_host}
+ --build=%{_host} --host=%{_host} --target=%{_host} \
+ --enable-bsd-malloc
%else
%configure --with-tor-user=%{toruser} --with-tor-group=%{torgroup} \
- --build=%{_host} --host=%{_host} --target=%{_host}
+ --build=%{_host} --host=%{_host} --target=%{_host} \
+ --enable-bsd-malloc
%endif
%make