mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
dovecot-plugin-pigeonhole: fix managesieve-login
Removing libtool archives breaks the RPATH on the managesieve-login binary, which breaks the remote sieve-editing capabilities. Closes: #5810 [via git-merge-pr]
This commit is contained in:
parent
b127d77cd6
commit
7566aa08ee
2 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'dovecot-plugin-pigeonhole'
|
# Template file for 'dovecot-plugin-pigeonhole'
|
||||||
pkgname=dovecot-plugin-pigeonhole
|
pkgname=dovecot-plugin-pigeonhole
|
||||||
version=0.4.16
|
version=0.4.16
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="dovecot-2.2-pigeonhole-${version}"
|
wrksrc="dovecot-2.2-pigeonhole-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--prefix=/usr
|
configure_args="--prefix=/usr
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# revbump dovecot-plugin-pigeonhole when updating dovecot!
|
# revbump dovecot-plugin-pigeonhole when updating dovecot!
|
||||||
pkgname=dovecot
|
pkgname=dovecot
|
||||||
version=2.2.27
|
version=2.2.27
|
||||||
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-pam --with-mysql --with-pgsql --with-lucene
|
--disable-static --with-pam --with-mysql --with-pgsql --with-lucene
|
||||||
|
@ -15,6 +15,7 @@ license="LGPL-2.1"
|
||||||
homepage="http://dovecot.org"
|
homepage="http://dovecot.org"
|
||||||
distfiles="${homepage}/releases/2.2/${pkgname}-${version}.tar.gz"
|
distfiles="${homepage}/releases/2.2/${pkgname}-${version}.tar.gz"
|
||||||
checksum=897f92a87cda4b27b243f8149ce0ba7b7e71a2be8fb7994eb0a025e54cde18e9
|
checksum=897f92a87cda4b27b243f8149ce0ba7b7e71a2be8fb7994eb0a025e54cde18e9
|
||||||
|
keep_libtool_archives=yes
|
||||||
|
|
||||||
makedepends="
|
makedepends="
|
||||||
lz4-devel zlib-devel bzip2-devel liblzma-devel libressl-devel mit-krb5-devel
|
lz4-devel zlib-devel bzip2-devel liblzma-devel libressl-devel mit-krb5-devel
|
||||||
|
|
Loading…
Add table
Reference in a new issue