diff --git a/tor.spec.in b/tor.spec.in index cbf911243..52ba4ab76 100644 --- a/tor.spec.in +++ b/tor.spec.in @@ -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