iperf3: add shared libiperf library and link iperf3 dynamically
authorNick Hainke <vincent@systemli.org>
Sun, 11 Sep 2022 12:31:33 +0000 (14:31 +0200)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Fri, 16 Feb 2024 18:39:37 +0000 (19:39 +0100)
commit770e595ee9382254a216dc78ede4b07073916a7c
tree65aa573fc947aa4a293145c9d1ecbad5656e2012
parentc32ee50e8bfd6679095b405316cd0f0ba1febb60
iperf3: add shared libiperf library and link iperf3 dynamically

Add library for creating own functions with iperf3 functionality.
Example: https://github.com/esnet/iperf/blob/master/examples/mis.c
This library is needed by python3-iperf3.

Build iperf3 binary with dynamically linked libiperf3. However, still
build iperf3-ssl as static binary due to a lack of shipping two libiperf
versions.

Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit ae48be8e2157bc7c352b3b6d30c026fafdae4867)
net/iperf3/Makefile