mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +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
|
||||
%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
|
||||
|
Loading…
Reference in New Issue
Block a user