iperf: fix cross-musl.

This commit is contained in:
Leah Neukirchen 2018-01-13 20:35:43 +01:00
parent 536044941a
commit 32edb31234

View file

@ -11,6 +11,10 @@ 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
}