aboutsummaryrefslogtreecommitdiff
path: root/tor.spec.in
diff options
context:
space:
mode:
authorAndrew Lewman <andrew@torproject.org>2008-03-04 01:14:31 +0000
committerAndrew Lewman <andrew@torproject.org>2008-03-04 01:14:31 +0000
commit2df2eae19e32d21423883f1ee9890483159324f3 (patch)
tree11fbf2c63ff16275e35ee59ac6141bac7b661f08 /tor.spec.in
parent9d19e553900b9cca5768468ccb8970cb2a5c4eab (diff)
downloadtor-2df2eae19e32d21423883f1ee9890483159324f3.tar
tor-2df2eae19e32d21423883f1ee9890483159324f3.tar.gz
Enable openbsd malloc for linux users.
svn:r13837
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 38eec2b8e..ef73745a3 100644
--- a/tor.spec.in
+++ b/tor.spec.in
@@ -169,10 +169,10 @@ for high-stakes anonymity.
%build
%if %{is_suse}
-%configure --with-tor-user=%{toruser} --with-tor-group=%{torgroup} \
+%configure --enable-openbsd-malloc --with-tor-user=%{toruser} --with-tor-group=%{torgroup} \
--build=%{_host} --host=%{_host} --target=%{_host}
%else
-%configure --with-tor-user=%{toruser} --with-tor-group=%{torgroup} \
+%configure --enable-openbsd-malloc --with-tor-user=%{toruser} --with-tor-group=%{torgroup} \
--build=%{_host} --host=%{_host} --target=%{_host}
%endif
%make