diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-02-24 20:17:36 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-02-24 20:17:36 +0000 |
commit | 6491ba64cf1addc005cc3b8c18d35a8b4012817e (patch) | |
tree | 8315d929b839cf7cfb3969cf54af605ac03492fb /doc/upgrade.html | |
parent | c0e3911a0f4accc77e4407ef60fa7bdb1d1d3b44 (diff) | |
download | utmps-6491ba64cf1addc005cc3b8c18d35a8b4012817e.tar.xz |
Build everything as PIC
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 f8768df..c4ffa6f 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.2.0 </h2> |