diff options
Diffstat (limited to 'tor.spec.in')
-rw-r--r-- | tor.spec.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tor.spec.in b/tor.spec.in index a600e6c6b9..ea970078e8 100644 --- a/tor.spec.in +++ b/tor.spec.in @@ -169,10 +169,10 @@ for high-stakes anonymity. %build %if %{is_suse} -%configure --enable-openbsd-malloc --with-tor-user=%{toruser} --with-tor-group=%{torgroup} \ +%configure --with-tor-user=%{toruser} --with-tor-group=%{torgroup} \ --build=%{_host} --host=%{_host} --target=%{_host} %else -%configure --enable-openbsd-malloc --with-tor-user=%{toruser} --with-tor-group=%{torgroup} \ +%configure --with-tor-user=%{toruser} --with-tor-group=%{torgroup} \ --build=%{_host} --host=%{_host} --target=%{_host} %endif %make |