dovecot: rebuild for libxcrypt

This commit is contained in:
oreo639 2023-08-30 13:30:07 -07:00 committed by classabbyamp
parent da0e9c0628
commit ee0a64d352

View file

@ -2,7 +2,7 @@
# revbump dovecot-plugin-pigeonhole when updating dovecot!
pkgname=dovecot
version=2.3.21
revision=3
revision=4
build_style=gnu-configure
configure_args="--with-moduledir=/usr/lib/dovecot/modules --with-sql=plugin
--disable-static --with-pam --with-mysql --with-pgsql --with-lucene
@ -22,6 +22,10 @@ distfiles="${homepage}/releases/2.3/${pkgname}-${version}.tar.gz"
checksum=05b11093a71c237c2ef309ad587510721cc93bbee6828251549fc1586c36502d
keep_libtool_archives=yes
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
makedepends+=" libxcrypt-devel"
fi
if [ "$CROSS_BUILD" ]; then
_tsize=${XBPS_TARGET_WORDSIZE}
# FIXME: remove for time64 rebuild