mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
sqmail: rebuild for libxcrypt
This commit is contained in:
parent
890767384f
commit
bd6fe1b777
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'sqmail'
|
# Template file for 'sqmail'
|
||||||
pkgname=sqmail
|
pkgname=sqmail
|
||||||
version=4.0.10
|
version=4.0.10
|
||||||
revision=5
|
revision=6
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
build_wrksrc="mail/${pkgname}/${pkgname}-${version}/src"
|
build_wrksrc="mail/${pkgname}/${pkgname}-${version}/src"
|
||||||
makedepends="fehQlibs libidn2-devel ucspi-ssl-devel"
|
makedepends="fehQlibs libidn2-devel ucspi-ssl-devel"
|
||||||
|
@ -17,6 +17,10 @@ provides="smtp-server-0_1"
|
||||||
replaces="smtp-server>=0"
|
replaces="smtp-server>=0"
|
||||||
conf_files="/etc/sv/*/run /etc/sv/*/log/run"
|
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_groups="_nofiles:798 _sqmail:799"
|
||||||
|
|
||||||
system_accounts+=" _alias:790"
|
system_accounts+=" _alias:790"
|
||||||
|
|
Loading…
Add table
Reference in a new issue