iperf3: update to 3.1.5.
This commit is contained in:
parent
1099aba37d
commit
56b6f2dde7
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'iperf3'
|
# Template file for 'iperf3'
|
||||||
pkgname=iperf3
|
pkgname=iperf3
|
||||||
version=3.1.4
|
version=3.1.5
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="iperf-${version}"
|
wrksrc="iperf-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
CFLAGS="-D_GNU_SOURCE"
|
CFLAGS="-D_GNU_SOURCE"
|
||||||
make_build_args="iperf3_profile_LDFLAGS= iperf3_profile_CFLAGS="
|
make_build_args="iperf3_profile_LDFLAGS= iperf3_profile_CFLAGS="
|
||||||
short_desc="Active measurements of the maximum achievable bandwidth on IP networks"
|
short_desc="Active measurements of the maximum achievable bandwidth on IP networks"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="BSD"
|
license="3-clause-BSD"
|
||||||
homepage="http://software.es.net/iperf/"
|
homepage="http://software.es.net/iperf/"
|
||||||
distfiles="http://downloads.es.net/pub/iperf/iperf-${version}.tar.gz"
|
distfiles="http://downloads.es.net/pub/iperf/iperf-${version}.tar.gz"
|
||||||
checksum=db61d70ac62003ebe0bf15496bd8c4b3c4b728578a44d0a1a88fcf8afc0e8f76
|
checksum=6e1a6200cd38baeab58ef0d7b8769e7aa6410c3a3168e65ea8277a4de79e5500
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i '1i#include <stdint.h>' src/timer.h src/cjson.h
|
sed -i '1i#include <stdint.h>' src/timer.h src/cjson.h
|
||||||
|
|
Loading…
Reference in New Issue