diff --git a/srcpkgs/lighttpd/template b/srcpkgs/lighttpd/template index 64a2c36f4cf..8acb7af78f3 100644 --- a/srcpkgs/lighttpd/template +++ b/srcpkgs/lighttpd/template @@ -1,7 +1,7 @@ # Template file for 'lighttpd' pkgname=lighttpd -version=1.4.55 -revision=4 +version=1.4.57 +revision=1 build_style=meson configure_args="-Dwith_bzip=true -Dwith_fam=false -Dwith_gdbm=true -Dwith_geoip=false -Dwith_krb5=true -Dwith_ldap=true -Dwith_libev=true @@ -18,13 +18,17 @@ maintainer="Enno Boland " license="BSD-3-Clause" homepage="https://lighttpd.net" distfiles="https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${version}.tar.xz" -checksum=6a0b50e9c9d5cc3d9e48592315c25a2d645858f863e1ccd120507a30ce21e927 +checksum=52ca961b89c12f7ecbb2e4e0c5a9e79b2863c64e33c42832a165e7f894d6217f conf_files="/etc/lighttpd/lighttpd.conf" system_accounts="_${pkgname}" _lighttpd_homedir="/srv/www/${pkgname}" lib32disabled=yes +if [ "$XBPS_TARGET_LIBC" = musl ]; then + makedepends+=" musl-legacy-compat" +fi + make_dirs=" /srv/www/lighttpd 0755 _lighttpd _lighttpd /var/log/lighttpd 0755 _lighttpd _lighttpd"