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 /doc/tor-rpm-creation.txt | |
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 'doc/tor-rpm-creation.txt')
-rw-r--r-- | doc/tor-rpm-creation.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tor-rpm-creation.txt b/doc/tor-rpm-creation.txt index 0a819ff74e..034568d852 100644 --- a/doc/tor-rpm-creation.txt +++ b/doc/tor-rpm-creation.txt @@ -58,7 +58,7 @@ The process used to create the distributed rpms is as follows: Download and Extract the latest tor source code from https://www.torproject.org/. In the Tor directory: -./configure --enable-eventdns --enable-static --disable-shared +./configure make dist-rpm You should have at least two, maybe three, rpms. There should be the binary |