diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-09-13 14:51:21 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-09-13 14:51:21 -0400 |
commit | eaf7d16826a7d019ffc9990dcd88add48c195328 (patch) | |
tree | de3dfd67d7a550912c43ad0f33f8a8e0cb9b043f /changes | |
parent | 85aba48a665a96b9cbb1ca8ab4a5900b4af2451c (diff) | |
parent | 0aec613a7870a929ba21de4fe97dbd2fdeada86c (diff) | |
download | tor-eaf7d16826a7d019ffc9990dcd88add48c195328.tar.gz tor-eaf7d16826a7d019ffc9990dcd88add48c195328.zip |
Merge branch 'ticket23846'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket23846 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket23846 b/changes/ticket23846 new file mode 100644 index 0000000000..73850482b1 --- /dev/null +++ b/changes/ticket23846 @@ -0,0 +1,5 @@ + o Minor features (build): + - If you pass the "--enable-pic" option to configure, Tor will try to + tell the compiler to build position-independent code suitable to + link into a library. (The default remains -fPIE, for code suitable for a + relocatable executable.) Closes ticket 23846. |