haproxy: update to 1.7.8.
This commit is contained in:
parent
807ae0566e
commit
56e1420543
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'haproxy'
|
# Template file for 'haproxy'
|
||||||
pkgname=haproxy
|
pkgname=haproxy
|
||||||
version=1.7.7
|
version=1.7.8
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="TARGET=linux2628 USE_PCRE=1 USE_PCRE_JIT=1 USE_ZLIB=1
|
make_build_args="TARGET=linux2628 USE_PCRE=1 USE_PCRE_JIT=1 USE_ZLIB=1
|
||||||
|
@ -16,7 +16,7 @@ maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||||
license="GPL-2, LGPL-2.1"
|
license="GPL-2, LGPL-2.1"
|
||||||
homepage="http://www.haproxy.org"
|
homepage="http://www.haproxy.org"
|
||||||
distfiles="${homepage}/download/${version%.*}/src/${pkgname}-${version}.tar.gz"
|
distfiles="${homepage}/download/${version%.*}/src/${pkgname}-${version}.tar.gz"
|
||||||
checksum=81196ca449e4ada45fbd743fe3804bb82c25563ff9653e136872181ee5603ae2
|
checksum=ec90153ccedd20ad4015d3eaf76b502ff1f61b431d54c22b8457b5784a9ae142
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl) CFLAGS="-D__LINUX_NETFILTER_H";;
|
*-musl) CFLAGS="-D__LINUX_NETFILTER_H";;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in New Issue