summaryrefslogtreecommitdiff
path: root/tor.spec.in
diff options
context:
space:
mode:
authorAndrew Lewman <andrew@torproject.org>2007-11-02 02:40:03 +0000
committerAndrew Lewman <andrew@torproject.org>2007-11-02 02:40:03 +0000
commit2136c82ae0ea15714ac3762a4d81ea95e42c3b02 (patch)
treebe33a509f27d136e93b2cef35dc7627b7df0593d /tor.spec.in
parent14be21f31ec032e6cc7ef1d6a0fcd8c2b719bcf2 (diff)
downloadtor-2136c82ae0ea15714ac3762a4d81ea95e42c3b02.tar.gz
tor-2136c82ae0ea15714ac3762a4d81ea95e42c3b02.zip
As nick commented, tor's configure doesn't know what --enable-static and
--disable-shared actually are, so remove it from docs and spec file. svn:r12321
Diffstat (limited to 'tor.spec.in')
-rw-r--r--tor.spec.in3
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}