remove openbsd-malloc configure option because it causes some impossible

dependency in glibc.


svn:r16635
This commit is contained in:
Andrew Lewman 2008-08-23 03:41:45 +00:00
parent ff5898a6ce
commit b1f4c50fe9
1 changed files with 2 additions and 4 deletions

View File

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