hiawatha: rebuild for libxcrypt

This commit is contained in:
oreo639 2023-08-30 13:37:29 -07:00 committed by classabbyamp
parent c952e5f5f8
commit be574387b6

View file

@ -1,7 +1,7 @@
# Template file for 'hiawatha'
pkgname=hiawatha
version=10.12
revision=4
revision=5
build_style=cmake
configure_args="-DLOG_DIR=/var/log/hiawatha -DPID_DIR=/run
-DWEBROOT_DIR=/srv/www/$pkgname -DWORK_DIR=/var/lib/hiawatha
@ -17,6 +17,10 @@ checksum=61bf41146c51244769984135529fcffd0f6cb92be18dc12d460effc42f19f50d
conf_files="/etc/${pkgname}/*.conf /etc/${pkgname}/*.xslt"
make_dirs="/var/log/hiawatha 0755 root root"
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
makedepends+=" libxcrypt-devel"
fi
XBPS_DISTFILES_MIRROR+=" https://hiawatha-webserver.org/files/hiawatha-${version%%.*}/"
post_install() {