mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
iperf: fix cross-musl.
This commit is contained in:
parent
536044941a
commit
32edb31234
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue