sqmail: rebuild for libxcrypt

This commit is contained in:
oreo639 2023-08-30 14:32:02 -07:00 committed by classabbyamp
parent 890767384f
commit bd6fe1b777
1 changed files with 5 additions and 1 deletions

View File

@ -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"