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