iperf: work-around broken configure check.

This commit is contained in:
Leah Neukirchen 2018-01-13 20:39:43 +01:00
parent 32edb31234
commit bddc0a6e6f
1 changed files with 2 additions and 5 deletions

View File

@ -3,7 +3,8 @@ pkgname=iperf
version=2.0.9
revision=1
build_style=gnu-configure
configure_args="--enable-ipv6 --enable-multicast --enable-threads"
configure_args="--enable-ipv6 --enable-multicast --enable-threads
ac_cv_sizeof_bool=0"
short_desc="Perform network throughput tests"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="NCSA"
@ -11,10 +12,6 @@ homepage="https://iperf.fr/"
distfiles="https://iperf.fr/download/source/${pkgname}-${version}-source.tar.gz"
checksum=a5350777b191e910334d3a107b5e5219b72ffa393da4186da1e0a4552aeeded6
case "$XBPS_TARGET_MACHINE" in
*-musl) configure_args=" ac_cv_sizeof_bool=0" ;;
esac
post_install() {
vlicense COPYING LICENSE
}