enable-bsd-malloc by default.

svn:r14119
This commit is contained in:
Andrew Lewman 2008-03-19 01:39:38 +00:00
parent 77302e3578
commit 6827af274c
1 changed files with 4 additions and 2 deletions

View File

@ -170,10 +170,12 @@ for high-stakes anonymity.
%build
%if %{is_suse}
%configure --with-tor-user=%{toruser} --with-tor-group=%{torgroup} \
--build=%{_host} --host=%{_host} --target=%{_host}
--build=%{_host} --host=%{_host} --target=%{_host} \
--enable-bsd-malloc
%else
%configure --with-tor-user=%{toruser} --with-tor-group=%{torgroup} \
--build=%{_host} --host=%{_host} --target=%{_host}
--build=%{_host} --host=%{_host} --target=%{_host} \
--enable-bsd-malloc
%endif
%make