From f43e839b44dac771bbbce8ce39135a232a3feba4 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 8 Mar 2017 13:26:32 +0100 Subject: [PATCH] haproxy: unbreak musl. --- srcpkgs/haproxy/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/haproxy/template b/srcpkgs/haproxy/template index 1ffc6e3cc6..4551262c4d 100644 --- a/srcpkgs/haproxy/template +++ b/srcpkgs/haproxy/template @@ -1,7 +1,7 @@ # Template file for 'haproxy' pkgname=haproxy version=1.7.3 -revision=1 +revision=2 build_style=gnu-makefile make_build_args="TARGET=linux2628 USE_PCRE=1 USE_PCRE_JIT=1 USE_ZLIB=1 USE_OPENSSL=1 USE_LIBCRYPT=1 USE_GETADDRINFO=1 USE_LUA=1" @@ -18,7 +18,7 @@ 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"; + *-musl) CFLAGS="-D__LINUX_NETFILTER_H";; esac