summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2019-02-24 21:48:50 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2019-02-24 21:48:50 +0000
commit61da214808d289f1521a5bd421e105828229b818 (patch)
treea1aca22d171dc991eaf7b32bc676941b92d7efa1 /doc
parent42df0cd80d936fd8b6b8207df08ef321412d7633 (diff)
downloads6-networking-61da214808d289f1521a5bd421e105828229b818.tar.xz
Build everything as PIC by default
Diffstat (limited to 'doc')
-rw-r--r--doc/index.html2
-rw-r--r--doc/upgrade.html14
2 files changed, 12 insertions, 4 deletions
diff --git a/doc/index.html b/doc/index.html
index 4677690..dca689c 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -52,7 +52,7 @@ library. </li>
<li> <a href="//skarnet.org/software/s6/">s6</a> version
2.8.0.0 or later. It's a build-time and run-time requirement. </li>
<li> <a href="//skarnet.org/software/s6-dns/">s6-dns</a> version
-2.3.0.1 or later. It's a build-time requirement. It's also a run-time
+2.3.0.2 or later. It's a build-time requirement. It's also a run-time
requirement if you link against the shared version of the s6-dns
libraries. </li>
<li> If you want to build the secure communication tools:
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>