diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-02-24 19:50:00 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-02-24 19:50:00 +0000 |
commit | ab75ebac2434752ee80e931d84cbf402fb1cfc7f (patch) | |
tree | 89786df65617853f2558546872468bf056ba2058 | |
parent | 1c0edb8dfb203aad8396d750a86c0ea675928e4b (diff) | |
download | nsss-ab75ebac2434752ee80e931d84cbf402fb1cfc7f.tar.xz |
Document the PIC change
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | doc/upgrade.html | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -4,6 +4,7 @@ In 0.0.1.1 ---------- - Bugfixes. + - Everything builds as PIC by default. In 0.0.1.0 diff --git a/doc/upgrade.html b/doc/upgrade.html index aaa9f68..6b85afc 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -23,6 +23,9 @@ <ul> <li> <a href="//skarnet.org/software/skalibs/">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 0.0.1.0 </h2> |