dovecot: enable -devel subpkg for cross builds too.
This commit is contained in:
parent
d4ecb015e3
commit
71490b016d
1 changed files with 2 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'dovecot'
|
# Template file for 'dovecot'
|
||||||
pkgname=dovecot
|
pkgname=dovecot
|
||||||
version=2.2.18
|
version=2.2.18
|
||||||
revision=8
|
revision=9
|
||||||
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-pam --with-mysql --with-pgsql
|
--disable-static --with-pam --with-mysql --with-pgsql
|
||||||
|
@ -37,7 +37,7 @@ if [ "$CROSS_BUILD" ]; then
|
||||||
lib_cv_va_val_copy=yes"
|
lib_cv_va_val_copy=yes"
|
||||||
# XXX clucene cannot be currently cross compiled
|
# XXX clucene cannot be currently cross compiled
|
||||||
configure_args+=" --without-lucene"
|
configure_args+=" --without-lucene"
|
||||||
subpackages="dovecot-plugin-ldap dovecot-plugin-mysql dovecot-plugin-pgsql dovecot-plugin-sqlite"
|
subpackages="dovecot-devel dovecot-plugin-ldap dovecot-plugin-mysql dovecot-plugin-pgsql dovecot-plugin-sqlite"
|
||||||
else
|
else
|
||||||
configure_args+=" --with-lucene"
|
configure_args+=" --with-lucene"
|
||||||
makedepends+=" clucene-devel"
|
makedepends+=" clucene-devel"
|
||||||
|
@ -100,8 +100,6 @@ dovecot-devel_package() {
|
||||||
vmove usr/lib/dovecot/dovecot-config
|
vmove usr/lib/dovecot/dovecot-config
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
dovecot-plugin-ldap_package() {
|
dovecot-plugin-ldap_package() {
|
||||||
depends="dovecot>=${version}"
|
depends="dovecot>=${version}"
|
||||||
short_desc+=" - LDAP plugin"
|
short_desc+=" - LDAP plugin"
|
||||||
|
|
Loading…
Reference in a new issue