iperf3: fix install section of Makefile and dependencies
authorNick Hainke <vincent@systemli.org>
Wed, 14 Sep 2022 20:46:09 +0000 (22:46 +0200)
committerNick Hainke <vincent@systemli.org>
Wed, 14 Sep 2022 22:02:16 +0000 (00:02 +0200)
commitdc59d98c2ca24a077a9f5f135b86e9737fa6780e
tree1d036a203647b05eb22242117c3f412cd15a674b
parent0db4553ac9a69571fcf66bb4b79c94f374dcc834
iperf3: fix install section of Makefile and dependencies

In the Makefile the library installation was accidentally called
"Package/iperf3/install" and not "Package/libiperf3/install". Fix this
typo. Thanks to Hartmut spotting this.

Also the iperf3-ssl does not need to depend on libiperf3.

Fixes ae48be8e2157 ("iperf3: add shared libiperf library and link iperf3 dynamically")

Signed-off-by: Nick Hainke <vincent@systemli.org>
net/iperf3/Makefile