sqmail: rebuild for libxcrypt
This commit is contained in:
parent
890767384f
commit
bd6fe1b777
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'sqmail'
|
||||
pkgname=sqmail
|
||||
version=4.0.10
|
||||
revision=5
|
||||
revision=6
|
||||
create_wrksrc=yes
|
||||
build_wrksrc="mail/${pkgname}/${pkgname}-${version}/src"
|
||||
makedepends="fehQlibs libidn2-devel ucspi-ssl-devel"
|
||||
|
@ -17,6 +17,10 @@ provides="smtp-server-0_1"
|
|||
replaces="smtp-server>=0"
|
||||
conf_files="/etc/sv/*/run /etc/sv/*/log/run"
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||
makedepends+=" libxcrypt-devel"
|
||||
fi
|
||||
|
||||
system_groups="_nofiles:798 _sqmail:799"
|
||||
|
||||
system_accounts+=" _alias:790"
|
||||
|
|
Loading…
Reference in New Issue