dovecot: rebuild to have corrected shlib-provides; lib32disabled=yes.
This commit is contained in:
parent
29e6f40a86
commit
45b00085f3
|
@ -1506,3 +1506,9 @@ libgtkhex-3.so.0 libgtkhex-3.10.0_1
|
||||||
libgdlmm-3.0.so.2 libgdlmm-3.7.3_1
|
libgdlmm-3.0.so.2 libgdlmm-3.7.3_1
|
||||||
libgnote-3.12.so.0 gnote-3.12.0_1
|
libgnote-3.12.so.0 gnote-3.12.0_1
|
||||||
libdmraid.so.1 dmraid-1.0.0.rc16.3_5
|
libdmraid.so.1 dmraid-1.0.0.rc16.3_5
|
||||||
|
libdovecot.so.0 dovecot-2.2.11_2
|
||||||
|
libdovecot-login.so.0 dovecot-2.2.11_2
|
||||||
|
libdovecot-compression.so.0 dovecot-2.2.11_2
|
||||||
|
libdovecot-sql.so.0 dovecot-2.2.11_2
|
||||||
|
libdovecot-storage.so.0 dovecot-2.2.11_2
|
||||||
|
libdovecot-lda.so.0 dovecot-2.2.11_2
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'dovecot'
|
# Template file for 'dovecot'
|
||||||
pkgname=dovecot
|
pkgname=dovecot
|
||||||
version=2.2.11
|
version=2.2.11
|
||||||
revision=1
|
revision=2
|
||||||
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
|
||||||
|
@ -36,6 +36,7 @@ if [ "$CROSS_BUILD" ]; then
|
||||||
lib_cv_va_val_copy=yes"
|
lib_cv_va_val_copy=yes"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
lib32disabled=yes
|
||||||
makedepends="zlib-devel bzip2-devel openssl-devel mit-krb5-devel
|
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"
|
||||||
|
@ -92,6 +93,7 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
dovecot-plugin-ldap_package() {
|
dovecot-plugin-ldap_package() {
|
||||||
|
lib32disabled=yes
|
||||||
depends="dovecot>=${version}"
|
depends="dovecot>=${version}"
|
||||||
short_desc+=" - LDAP plugin"
|
short_desc+=" - LDAP plugin"
|
||||||
conf_files="/etc/dovecot/conf.d/auth-ldap.conf.ext"
|
conf_files="/etc/dovecot/conf.d/auth-ldap.conf.ext"
|
||||||
|
@ -103,6 +105,7 @@ dovecot-plugin-ldap_package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
dovecot-plugin-mysql_package() {
|
dovecot-plugin-mysql_package() {
|
||||||
|
lib32disabled=yes
|
||||||
depends="dovecot>=${version}"
|
depends="dovecot>=${version}"
|
||||||
short_desc+=" - MySQL plugin"
|
short_desc+=" - MySQL plugin"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
@ -113,6 +116,7 @@ dovecot-plugin-mysql_package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
dovecot-plugin-pgsql_package() {
|
dovecot-plugin-pgsql_package() {
|
||||||
|
lib32disabled=yes
|
||||||
depends="dovecot>=${version}"
|
depends="dovecot>=${version}"
|
||||||
short_desc+=" - PostgreSQL plugin"
|
short_desc+=" - PostgreSQL plugin"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
@ -123,6 +127,7 @@ dovecot-plugin-pgsql_package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
dovecot-plugin-sqlite_package() {
|
dovecot-plugin-sqlite_package() {
|
||||||
|
lib32disabled=yes
|
||||||
depends="dovecot>=${version}"
|
depends="dovecot>=${version}"
|
||||||
short_desc+=" - SQLite plugin"
|
short_desc+=" - SQLite plugin"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Reference in New Issue