diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-02-24 14:54:28 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-02-24 14:54:28 +0000 |
commit | 1d03235d0682e00b5cd4edaab0108ca755ab90af (patch) | |
tree | 9691a0a530f5b8fd15ce003c1593942b697d15c1 /doc | |
parent | ff9333d473adb4ae1de2d9323394073793627823 (diff) | |
download | skalibs-1d03235d0682e00b5cd4edaab0108ca755ab90af.tar.xz |
Build as PIC by default
Diffstat (limited to 'doc')
-rw-r--r-- | doc/upgrade.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index 924ebc4..551b548 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -26,6 +26,11 @@ function.) </li> <li> New functions: <tt>env_dump()</tt>, <tt>mk?temp()</tt>, <tt>autosurf()</tt>, <tt>autosurf_name()</tt> </li> + <li> The ancilautoclose and nbwaitall sysdeps have been removed. </li> + <li> New header: <tt>skalibs/posixishard.h</tt> </li> + <li> <tt>libskarnet.a</tt> now builds as PIC by default no matter +the toolchain's settings. Use the <tt>--disable-all-pic</tt> configure +option to build static libraries as non-PIC. </li> </ul> <h2> in 2.7.0.0 </h2> |