diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-02-24 21:48:50 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-02-24 21:48:50 +0000 |
commit | 61da214808d289f1521a5bd421e105828229b818 (patch) | |
tree | a1aca22d171dc991eaf7b32bc676941b92d7efa1 /doc/upgrade.html | |
parent | 42df0cd80d936fd8b6b8207df08ef321412d7633 (diff) | |
download | s6-networking-61da214808d289f1521a5bd421e105828229b818.tar.xz |
Build everything as PIC by default
Diffstat (limited to 'doc/upgrade.html')
-rw-r--r-- | doc/upgrade.html | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index 8c13e5f..1dff010 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -21,9 +21,17 @@ <h2> in 2.3.0.4 </h2> <ul> - <li> skalibs dependency bumped to 2.8.0.0. </li> - <li> execline dependency bumped to 2.5.1.0. </li> - <li> s6 dependency bumped to 2.8.0.0. </li> + <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> +dependency bumped to 2.8.0.0. </li> + <li> <a href="//skarnet.org/software/execline/">execline</a> +dependency bumped to 2.5.1.0. </li> + <li> <a href="//skarnet.org/software/s6/">s6</a> +dependency bumped to 2.8.0.0. </li> + <li> <a href="//skarnet.org/software/s6-dns/">s6-dns</a> +dependency bumped to 2.3.0.2. </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.3.0.3 </h2> |