dovecot: remove unnecesserary shadow rdep and host bdeps.
This commit is contained in:
parent
fdf825f724
commit
d64da5060f
1 changed files with 2 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'dovecot'
|
# Template file for 'dovecot'
|
||||||
pkgname=dovecot
|
pkgname=dovecot
|
||||||
version=2.2.13
|
version=2.2.13
|
||||||
revision=2
|
revision=3
|
||||||
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
|
||||||
--disable-static --with-nss --with-pam --with-mysql --with-pgsql
|
--disable-static --with-nss --with-pam --with-mysql --with-pgsql
|
||||||
|
@ -16,10 +16,6 @@ distfiles="${homepage}/releases/2.2/${pkgname}-${version}.tar.gz"
|
||||||
checksum=133cf3d2aa81733f6688ec986c91dbe07602fad81e856ba3d8046ffca85d9dce
|
checksum=133cf3d2aa81733f6688ec986c91dbe07602fad81e856ba3d8046ffca85d9dce
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/mysql"
|
|
||||||
LDFLAGS="-L${XBPS_CROSS_BASE}/usr/lib"
|
|
||||||
# XXX needs host krb5-config and mysql-config
|
|
||||||
hostmakedepends=" mit-krb5-devel libmysqlclient-devel"
|
|
||||||
configure_args+="
|
configure_args+="
|
||||||
i_cv_epoll_works=yes
|
i_cv_epoll_works=yes
|
||||||
i_cv_inotify_works=yes
|
i_cv_inotify_works=yes
|
||||||
|
@ -41,7 +37,7 @@ makedepends="zlib-devel bzip2-devel openssl-devel mit-krb5-devel
|
||||||
libmysqlclient-devel>=5.5.27 postgresql-libs-devel sqlite-devel
|
libmysqlclient-devel>=5.5.27 postgresql-libs-devel sqlite-devel
|
||||||
libldap-devel libcap-devel pam-devel libcurl-devel expat-devel"
|
libldap-devel libcap-devel pam-devel libcurl-devel expat-devel"
|
||||||
# For SSL support.
|
# For SSL support.
|
||||||
depends="openssl>=0 shadow"
|
depends="openssl>=0"
|
||||||
systemd_services="dovecot.service true"
|
systemd_services="dovecot.service true"
|
||||||
system_accounts="dovecot dovenull"
|
system_accounts="dovecot dovenull"
|
||||||
dovecot_homedir="/var/chroot"
|
dovecot_homedir="/var/chroot"
|
||||||
|
|
Loading…
Reference in a new issue