projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
548b4d2
)
iperf3: explicitly disable SCTP
author
Aleksey Vasilenko
<aleksey.vasilenko@gmail.com>
Mon, 23 Sep 2024 20:13:51 +0000
(23:13 +0300)
committer
Rosen Penev
<rosenp@gmail.com>
Thu, 5 Dec 2024 01:01:48 +0000
(17:01 -0800)
Since https://github.com/openwrt/openwrt/commit/
3fa5ee0b28b736c5d06af34ed5c3e80f78235fe8
OpenWrt no longer disables SCTP support by default.
It caused the leak of libsctp dependency to iperf3.
Here we disable it explicitly to fix the build.
Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
(cherry picked from commit
6c1ce8ccc78f1b34ade513aa134962eb143826f9
)
net/iperf3/Makefile
patch
|
blob
|
history
diff --git
a/net/iperf3/Makefile
b/net/iperf3/Makefile
index 44065e6e1a9d403cbbd13b79bcdbd4b8b0353c22..41ae2d6f13002de6c02d41e7b76035fca5a51bff 100644
(file)
--- a/
net/iperf3/Makefile
+++ b/
net/iperf3/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=iperf
PKG_VERSION:=3.17.1
-PKG_RELEASE:=
2
+PKG_RELEASE:=
3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://downloads.es.net/pub/iperf
@@
-66,6
+66,8
@@
else
CONFIGURE_ARGS += --without-openssl
endif
+CONFIGURE_ARGS += --without-sctp
+
MAKE_FLAGS += noinst_PROGRAMS=
define Package/iperf3/description