summaryrefslogtreecommitdiff
path: root/tor.spec.in
diff options
context:
space:
mode:
authorAndrew Lewman <andrew@torproject.org>2008-06-21 13:44:03 +0000
committerAndrew Lewman <andrew@torproject.org>2008-06-21 13:44:03 +0000
commit6a17067d38679224e8f59dd486132400e6869dc6 (patch)
tree01d3c135dbd881d3ccf03194d429edb64c076480 /tor.spec.in
parent21cc898a46eec529a74971b10aabf7dd933660dd (diff)
downloadtor-6a17067d38679224e8f59dd486132400e6869dc6.tar.gz
tor-6a17067d38679224e8f59dd486132400e6869dc6.zip
with all of these fancy memory fixes, openbsd malloc appears to not be
needed any more. svn:r15390
Diffstat (limited to 'tor.spec.in')
-rw-r--r--tor.spec.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/tor.spec.in b/tor.spec.in
index a600e6c6b9..ea970078e8 100644
--- a/tor.spec.in
+++ b/tor.spec.in
@@ -169,10 +169,10 @@ for high-stakes anonymity.
%build
%if %{is_suse}
-%configure --enable-openbsd-malloc --with-tor-user=%{toruser} --with-tor-group=%{torgroup} \
+%configure --with-tor-user=%{toruser} --with-tor-group=%{torgroup} \
--build=%{_host} --host=%{_host} --target=%{_host}
%else
-%configure --enable-openbsd-malloc --with-tor-user=%{toruser} --with-tor-group=%{torgroup} \
+%configure --with-tor-user=%{toruser} --with-tor-group=%{torgroup} \
--build=%{_host} --host=%{_host} --target=%{_host}
%endif
%make