mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 22:27:02 +02:00
lighttpd: rebuild for libxcrypt
This commit is contained in:
parent
f02b0d783b
commit
3b30843ad5
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'lighttpd'
|
||||
pkgname=lighttpd
|
||||
version=1.4.73
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=meson
|
||||
configure_args="-Dwith_brotli=disabled -Dwith_bzip=disabled
|
||||
-Dwith_krb5=enabled -Dwith_ldap=enabled
|
||||
|
@ -29,6 +29,8 @@ lib32disabled=yes
|
|||
|
||||
if [ "$XBPS_TARGET_LIBC" = musl ]; then
|
||||
makedepends+=" musl-legacy-compat"
|
||||
elif [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||
makedepends+=" libxcrypt-devel"
|
||||
fi
|
||||
|
||||
make_dirs="
|
||||
|
|
Loading…
Add table
Reference in a new issue