mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
haproxy: rebuild for libxcrypt
This commit is contained in:
parent
98f9005300
commit
c952e5f5f8
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'haproxy'
|
# Template file for 'haproxy'
|
||||||
pkgname=haproxy
|
pkgname=haproxy
|
||||||
version=2.6.15
|
version=2.6.15
|
||||||
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"
|
||||||
|
@ -15,6 +15,10 @@ changelog="https://www.haproxy.org/download/${version%.*}/src/CHANGELOG"
|
||||||
distfiles="https://www.haproxy.org/download/${version%.*}/src/haproxy-${version}.tar.gz"
|
distfiles="https://www.haproxy.org/download/${version%.*}/src/haproxy-${version}.tar.gz"
|
||||||
checksum=41f8e1695e92fafdffe39690a68993f1a0f5f7f06931a99e9a153f749ea39cfd
|
checksum=41f8e1695e92fafdffe39690a68993f1a0f5f7f06931a99e9a153f749ea39cfd
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||||
|
makedepends+=" libxcrypt-devel"
|
||||||
|
fi
|
||||||
|
|
||||||
haproxy_homedir="/var/lib/${pkgname}"
|
haproxy_homedir="/var/lib/${pkgname}"
|
||||||
make_dirs="$haproxy_homedir 0750 ${pkgname} ${pkgname}"
|
make_dirs="$haproxy_homedir 0750 ${pkgname} ${pkgname}"
|
||||||
conf_files="/etc/${pkgname}/${pkgname}.cfg"
|
conf_files="/etc/${pkgname}/${pkgname}.cfg"
|
||||||
|
|
Loading…
Add table
Reference in a new issue