diff options
Diffstat (limited to 'tor.spec.in')
-rw-r--r-- | tor.spec.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tor.spec.in b/tor.spec.in index e4b5091eaa..38eec2b8e8 100644 --- a/tor.spec.in +++ b/tor.spec.in @@ -170,8 +170,7 @@ for high-stakes anonymity. %build %if %{is_suse} %configure --with-tor-user=%{toruser} --with-tor-group=%{torgroup} \ - --build=%{_host} --host=%{_host} --target=%{_host} \ - --enable-static --disable-shared + --build=%{_host} --host=%{_host} --target=%{_host} %else %configure --with-tor-user=%{toruser} --with-tor-group=%{torgroup} \ --build=%{_host} --host=%{_host} --target=%{_host} |