dovecot: depend on ca-certificates instead.
This commit is contained in:
parent
33f73686ba
commit
a509d07731
@ -1,7 +1,7 @@
|
|||||||
# Template file for 'dovecot'
|
# Template file for 'dovecot'
|
||||||
pkgname=dovecot
|
pkgname=dovecot
|
||||||
version=2.2.19
|
version=2.2.19
|
||||||
revision=2
|
revision=3
|
||||||
build_pie=yes
|
build_pie=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-moduledir=/usr/lib/dovecot/modules --with-sql=plugin
|
configure_args="--with-moduledir=/usr/lib/dovecot/modules --with-sql=plugin
|
||||||
@ -39,7 +39,7 @@ if [ "$CROSS_BUILD" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# For SSL support.
|
# For SSL support.
|
||||||
depends="virtual?openssl"
|
depends="ca-certificates"
|
||||||
system_accounts="dovecot dovenull"
|
system_accounts="dovecot dovenull"
|
||||||
dovecot_homedir="/var/chroot"
|
dovecot_homedir="/var/chroot"
|
||||||
dovenull_homedir="/var/chroot"
|
dovenull_homedir="/var/chroot"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user