diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-04-04 15:35:23 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-04-04 15:35:23 -0400 |
commit | 3cf23be712cad5537a77029e63895154c1c900ea (patch) | |
tree | c19411de2677310de1f7096cfac919911cf09ca4 /changes | |
parent | 1587e0d47061fbdb5e53730172231765fdd351c9 (diff) | |
parent | ad1ae44154b023be76ce19278c3a18a3f1961055 (diff) | |
download | tor-3cf23be712cad5537a77029e63895154c1c900ea.tar.gz tor-3cf23be712cad5537a77029e63895154c1c900ea.zip |
Merge branch 'static-work'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug2702 | 5 | ||||
-rw-r--r-- | changes/static-flag | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/changes/bug2702 b/changes/bug2702 new file mode 100644 index 0000000000..b119f696ff --- /dev/null +++ b/changes/bug2702 @@ -0,0 +1,5 @@ + o Minor features: + - Implements --enable-static-tor for configure time. Implements ticket + 2702. Idea, general hackery and thoughts from Alexei Czeskis, John + Gilmore, Jacob Appelbaum. + diff --git a/changes/static-flag b/changes/static-flag new file mode 100644 index 0000000000..2cf9e10f19 --- /dev/null +++ b/changes/static-flag @@ -0,0 +1,4 @@ + o Minor features + - New "--enable-static-tor" configuration flag to try to build Tor + to link statically against as much as possible. Doesn't work on + all platforms. |