aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@es.net>2020-07-30 13:50:05 -0700
committerBruce A. Mah <bmah@es.net>2020-07-30 13:50:05 -0700
commiteeaecf3534ada549182a72a6576dcc8cbea1ef77 (patch)
tree59f195abb71a3c7546e784d14f7259578f805880
parent428d767d38c24bb195774cd0ffc900d4fc209c50 (diff)
downloadiperf3-eeaecf3534ada549182a72a6576dcc8cbea1ef77.tar.gz
docs: Add some text about the use of --without-sctp on static builds.
-rw-r--r--docs/faq.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/faq.rst b/docs/faq.rst
index 5142566..d7d182e 100644
--- a/docs/faq.rst
+++ b/docs/faq.rst
@@ -65,7 +65,9 @@ How can I build a statically-linked executable of iperf3?
generation of shared libraries and link the executable
statically. For iperf-3.8 or later, configuring as ``configure
--enable-static-bin`` is another, shorter way to accomplish
- this.
+ this. If SCTP is installed on the system it might also be
+ necessary to pass the ``--without-sctp`` flag at configure
+ time.
#. Compile as normal.