mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
haproxy: rebuild against OpenSSL
This commit is contained in:
parent
33efbc85c0
commit
504a9050bc
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'haproxy'
|
# Template file for 'haproxy'
|
||||||
pkgname=haproxy
|
pkgname=haproxy
|
||||||
version=2.3.5
|
version=2.3.5
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_install_args="SBINDIR=${DESTDIR}/usr/bin DOCDIR=${DESTDIR}/usr/share/doc/${pkgname}"
|
make_install_args="SBINDIR=${DESTDIR}/usr/bin DOCDIR=${DESTDIR}/usr/share/doc/${pkgname}"
|
||||||
hostmakedepends="lua53-devel"
|
hostmakedepends="lua53-devel"
|
||||||
makedepends="libatomic-devel libressl-devel lua53-devel pcre-devel"
|
makedepends="libatomic-devel openssl-devel lua53-devel pcre-devel"
|
||||||
checkdepends="varnish"
|
checkdepends="varnish"
|
||||||
short_desc="Reliable, high performance TCP/HTTP load balancer"
|
short_desc="Reliable, high performance TCP/HTTP load balancer"
|
||||||
maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
|
maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue