Fredrik Fornwall
6 years ago
2 changed files with 3 additions and 18 deletions
@ -1,8 +1,8 @@ |
|||||
TERMUX_PKG_HOMEPAGE=https://github.com/esnet/iperf |
TERMUX_PKG_HOMEPAGE=https://github.com/esnet/iperf |
||||
TERMUX_PKG_DESCRIPTION="TCP, UDP, and SCTP network bandwidth measurement tool" |
TERMUX_PKG_DESCRIPTION="TCP, UDP, and SCTP network bandwidth measurement tool" |
||||
TERMUX_PKG_LICENSE="BSD 3-Clause" |
TERMUX_PKG_LICENSE="BSD 3-Clause" |
||||
TERMUX_PKG_VERSION=3.6 |
TERMUX_PKG_VERSION=3.7 |
||||
TERMUX_PKG_REVISION=1 |
TERMUX_PKG_SHA256=d846040224317caf2f75c843d309a950a7db23f9b44b94688ccbe557d6d1710c |
||||
TERMUX_PKG_SHA256=de5d51e46dc460cc590fb4d44f95e7cad54b74fea1eba7d6ebd6f8887d75946e |
|
||||
TERMUX_PKG_SRCURL=https://fossies.org/linux/privat/iperf-$TERMUX_PKG_VERSION.tar.gz |
TERMUX_PKG_SRCURL=https://fossies.org/linux/privat/iperf-$TERMUX_PKG_VERSION.tar.gz |
||||
TERMUX_PKG_DEPENDS="openssl" |
TERMUX_PKG_DEPENDS="openssl" |
||||
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-profiling" |
||||
|
@ -1,15 +0,0 @@ |
|||||
diff -u -r ../iperf-3.0.6/src/Makefile.in ./src/Makefile.in
|
|
||||
--- ../iperf-3.0.6/src/Makefile.in 2014-07-28 18:33:11.000000000 +0200
|
|
||||
+++ ./src/Makefile.in 2014-08-27 10:04:22.000000000 +0200
|
|
||||
@@ -593,9 +593,9 @@
|
|
||||
iperf3_profile_SOURCES = main.c \ |
|
||||
$(libiperf_la_SOURCES) |
|
||||
|
|
||||
-iperf3_profile_CFLAGS = -pg -g
|
|
||||
+iperf3_profile_CFLAGS = -g
|
|
||||
iperf3_profile_LDADD = libiperf.la |
|
||||
-iperf3_profile_LDFLAGS = -pg -g
|
|
||||
+iperf3_profile_LDFLAGS = -g
|
|
||||
|
|
||||
# Specify the sources and various flags for the test cases |
|
||||
t_timer_SOURCES = t_timer.c |
|
Loading…
Reference in new issue