mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 22:27:02 +02:00
dovecot: rebuild for libxcrypt
This commit is contained in:
parent
da0e9c0628
commit
ee0a64d352
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue