diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2023-02-14 13:52:39 +0000 |
---|---|---|
committer | Jon Turney <jon.turney@dronecode.org.uk> | 2023-02-14 14:37:32 +0000 |
commit | 1387ea9f984d5a7aa096a66b67d61dc2cc565d21 (patch) | |
tree | 06bc83002d6764fb94a4e60fba381a6e85de2627 /winsup/doc | |
parent | 588624da2b0a921c7e72d12d19c2ac3321de0326 (diff) | |
download | newlib-1387ea9f984d5a7aa096a66b67d61dc2cc565d21.zip newlib-1387ea9f984d5a7aa096a66b67d61dc2cc565d21.tar.gz newlib-1387ea9f984d5a7aa096a66b67d61dc2cc565d21.tar.bz2 |
Cygwin: dumper: also link with libzstd, as libbfd may require it
Also allow that linkage to be dynamic, as libzstd-devel doesn't
currently provide a static library.
Diffstat (limited to 'winsup/doc')
-rw-r--r-- | winsup/doc/faq-programming.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/doc/faq-programming.xml b/winsup/doc/faq-programming.xml index 24c7f92..7fc6baf 100644 --- a/winsup/doc/faq-programming.xml +++ b/winsup/doc/faq-programming.xml @@ -684,7 +684,7 @@ installed; you at least need <literal>gcc-g++</literal>, <para> Additionally, building the <code>dumper</code> utility requires -<literal>gettext-devel</literal>, <literal>libiconv-devel</literal> +<literal>gettext-devel</literal>, <literal>libiconv-devel</literal>, <literal>libzstd-devel</literal> and <literal>zlib-devel</literal>. Building this program can be disabled with the <literal>--disable-dumper</literal> option to <literal>configure</literal>. </para> |