haproxy: broken on aarch64-musl

This commit is contained in:
Enno Boland 2017-03-08 11:56:02 +01:00
parent 21660919b9
commit da1a8c3297

View file

@ -17,6 +17,10 @@ license="GPL-2, LGPL-2.1"
homepage="http://www.haproxy.org"
distfiles="${homepage}/download/${version%.*}/src/${pkgname}-${version}.tar.gz"
checksum=ebb31550a5261091034f1b6ac7f4a8b9d79a8ce2a3ddcd7be5b5eb355c35ba65
case "$XBPS_TARGET_MACHINE" in
aarch64-musl) broken="https://build.voidlinux.eu/builders/aarch64-musl_builder/builds/1411/steps/shell_3/logs/stdio";
esac
do_build() {
make ${makejobs} CC="$CC" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" EXTRA= \