diff options
Diffstat (limited to 'doc/upgrade.html')
-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> |