Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2023-02-14 16:52:39 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2023-02-14 17:37:32 +0300
commit1387ea9f984d5a7aa096a66b67d61dc2cc565d21 (patch)
tree06bc83002d6764fb94a4e60fba381a6e85de2627 /winsup/doc/faq-programming.xml
parent588624da2b0a921c7e72d12d19c2ac3321de0326 (diff)
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/faq-programming.xml')
-rw-r--r--winsup/doc/faq-programming.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/doc/faq-programming.xml b/winsup/doc/faq-programming.xml
index 24c7f928e..7fc6baf25 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>