Add an --enable-pic option for people who hack Tor into libraries

Closes ticket 23846
This commit is contained in:
Nick Mathewson
2018-09-12 10:10:29 -04:00
parent 19dbc385d5
commit 0aec613a78
2 changed files with 14 additions and 1 deletions
+5
View File
@@ -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.