mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Enable openbsd malloc for linux users.
svn:r13837
This commit is contained in:
parent
9d19e55390
commit
2df2eae19e
@ -169,10 +169,10 @@ for high-stakes anonymity.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%if %{is_suse}
|
%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}
|
--build=%{_host} --host=%{_host} --target=%{_host}
|
||||||
%else
|
%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}
|
--build=%{_host} --host=%{_host} --target=%{_host}
|
||||||
%endif
|
%endif
|
||||||
%make
|
%make
|
||||||
|
Loading…
Reference in New Issue
Block a user