diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-02-24 20:52:45 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-02-24 20:52:45 +0000 |
commit | f01bb649f33d9005e30ec2e82fef05f25b9a8dff (patch) | |
tree | 4b5c044630102ea6f295eac9d4bbcb6d9ac61a59 /doc | |
parent | 393fe484088b8e44764f79153d4ab806a763a526 (diff) | |
download | s6-rc-f01bb649f33d9005e30ec2e82fef05f25b9a8dff.tar.xz |
Build everything as PIC by default
Diffstat (limited to 'doc')
-rw-r--r-- | doc/upgrade.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index 120e1e3..5427317 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -42,6 +42,9 @@ dependency bumped to 2.8.0.0. </li> <li> <a href="s6-rc-compile.html">s6-rc-compile</a> does not support the <tt>-u</tt> or <tt>-g</tt> options anymore; instead, at any time, the user who can operate a s6-rc database is the user who owns the supervision tree. </li> + <li> Everything now builds as PIC by default no matter +the toolchain's settings. Use the <tt>--disable-all-pic</tt> configure +option to build executables and static libraries as non-PIC. </li> </ul> <h2> in 0.4.1.0 </h2> |