aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
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.