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)
committerRosen Penev <rosenp@gmail.com>
Wed, 14 Sep 2022 09:37:44 +0000 (02:37 -0700)
commitae48be8e2157bc7c352b3b6d30c026fafdae4867
treecbfb40c4b257831573c923d09c041f6d9c601acb
parentb8bfdc5cd66fed3b3e946db402a464fe1dc0e32e
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>
net/iperf3/Makefile