diff options
author | Andrew Lewman <andrew@torproject.org> | 2007-11-02 02:40:03 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2007-11-02 02:40:03 +0000 |
commit | 2136c82ae0ea15714ac3762a4d81ea95e42c3b02 (patch) | |
tree | be33a509f27d136e93b2cef35dc7627b7df0593d /tor.spec.in | |
parent | 14be21f31ec032e6cc7ef1d6a0fcd8c2b719bcf2 (diff) | |
download | tor-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.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} |