aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-09-13 14:51:21 -0400
committerNick Mathewson <nickm@torproject.org>2018-09-13 14:51:21 -0400
commiteaf7d16826a7d019ffc9990dcd88add48c195328 (patch)
treede3dfd67d7a550912c43ad0f33f8a8e0cb9b043f /changes
parent85aba48a665a96b9cbb1ca8ab4a5900b4af2451c (diff)
parent0aec613a7870a929ba21de4fe97dbd2fdeada86c (diff)
downloadtor-eaf7d16826a7d019ffc9990dcd88add48c195328.tar.gz
tor-eaf7d16826a7d019ffc9990dcd88add48c195328.zip
Merge branch 'ticket23846'
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket238465
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.