diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2024-09-23 19:03:46 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2024-09-23 19:03:46 +0000 |
commit | b72881eddc84bfb80529dc7b7b306e5807031f4a (patch) | |
tree | 4f91e13b04bbb429b626572f2daae730faa78aef /doc | |
parent | e25c41578e710aed96939e5c7e503fc1db5dab3a (diff) | |
download | s6-dns-b72881eddc84bfb80529dc7b7b306e5807031f4a.tar.xz |
Install static libraries in /usr/lib by default
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/upgrade.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index 960129f..6526a7f 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -23,7 +23,8 @@ <ul> <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> dependency bumped to 2.14.3.0. </li> - <li> New function: <tt>s6dns_engine_query()</tt> + <li> New function: <tt>s6dns_engine_query()</tt>. </li> + <li> Static libraries are installed in <tt>/usr/lib</tt>. </li> </ul> <h2> in 2.3.7.2 </h2> |