diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-02-24 21:57:44 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-02-24 21:57:44 +0000 |
commit | 8e32ad68593aeb3c9ffd664aabc421d2eddc0467 (patch) | |
tree | 6ab75529fe52fea40ca31b1b36e55fc090f6bd9b /doc | |
parent | ee70dba9c499ad1f2536977f22eea2cbbfbbacd6 (diff) | |
download | s6-portable-utils-8e32ad68593aeb3c9ffd664aabc421d2eddc0467.tar.xz |
Build everything as PIC by default
Diffstat (limited to 'doc')
-rw-r--r-- | doc/upgrade.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index b2427fb..63c62e4 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -21,7 +21,11 @@ <h2> in 2.2.1.3 </h2> <ul> - <li> skalibs dependency bumped to 2.8.0.0. </li> + <li> <a href="//skarnet.org/software/skalibs/"></a>skalibs</a> +dependency bumped to 2.8.0.0. </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 2.2.1.2 </h2> |