with all of these fancy memory fixes, openbsd malloc appears to not be

needed any more.


svn:r15390
This commit is contained in:
Andrew Lewman 2008-06-21 13:44:03 +00:00
parent 21cc898a46
commit 6a17067d38

View File

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