0
0
mirror of https://gitlab.torproject.org/tpo/core/tor.git synced 2024-09-20 20:23:03 +02:00

Enable openbsd malloc for linux users.

svn:r13837
This commit is contained in:
Andrew Lewman 2008-03-04 01:14:31 +00:00
parent 9d19e55390
commit 2df2eae19e

View File

@ -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