Skip to content
Snippets Groups Projects
Commit 6a17067d authored by Andrew Lewman's avatar Andrew Lewman
Browse files

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

needed any more.


svn:r15390
parent 21cc898a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment