mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
hiawatha: rebuild for libxcrypt
This commit is contained in:
parent
c952e5f5f8
commit
be574387b6
1 changed files with 5 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue