From: Jakub Raczynski Date: Wed, 18 Oct 2023 10:03:39 +0000 (+0000) Subject: iperf3: Fix dependecy conflict with iperf3-ssl X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=cea45c75c0153a190ee41dedaf6526ae08e33928;p=openwrt-packages.git iperf3: Fix dependecy conflict with iperf3-ssl When selecting both iperf3 and iperf3 ssl, there is a problem that both packages install same binary file. This patch fixes this issue by adding conflict between those packages. Signed-off-by: Jakub Raczynski --- diff --git a/net/iperf3/Makefile b/net/iperf3/Makefile index fa41fd545..2bd9275cb 100644 --- a/net/iperf3/Makefile +++ b/net/iperf3/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=iperf PKG_VERSION:=3.15 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://downloads.es.net/pub/iperf @@ -46,6 +46,7 @@ $(call Package/iperf3/default) TITLE+= with iperf_auth support VARIANT:=ssl DEPENDS:=+libopenssl + CONFLICTS:=iperf3 endef define Package/libiperf3