it's not openbsd without the open.

svn:r14120
This commit is contained in:
Andrew Lewman 2008-03-19 02:41:35 +00:00
parent 6827af274c
commit 2af8051fbc
1 changed files with 2 additions and 2 deletions

View File

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