mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
collectd: musl broken
This commit is contained in:
parent
dfb0c8c1ce
commit
6a6e9669f8
1 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,10 @@ if [ -z "$CROSS_BUILD" ]; then
|
|||
build_options_default="rrdtool perl"
|
||||
fi
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) broken="https://build.voidlinux.eu/builders/x86_64-musl_builder/builds/8355/steps/shell_3/logs/stdio" ;;
|
||||
esac
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue