Merge pull request #3295 from crater2150/dovecot-plugin-pigeonhole
dovecot-plugin-pigeonhole: build for current dovecot version
This commit is contained in:
commit
cad36257bf
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'dovecot-plugin-pigeonhole'
|
# Template file for 'dovecot-plugin-pigeonhole'
|
||||||
pkgname=dovecot-plugin-pigeonhole
|
pkgname=dovecot-plugin-pigeonhole
|
||||||
# make sure this matches the current dovecot
|
# make sure this matches the current dovecot
|
||||||
_dovecot_ver=2.2.19
|
_dovecot_ver=2.2.21
|
||||||
version=0.4.9
|
version=0.4.9
|
||||||
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
|
||||||
--with-dovecot=${XBPS_CROSS_BASE}/usr/lib/dovecot
|
--with-dovecot=${XBPS_CROSS_BASE}/usr/lib/dovecot
|
||||||
--with-moduledir=/usr/lib/dovecot/modules
|
--with-moduledir=/usr/lib/dovecot/modules
|
||||||
--disable-static"
|
--disable-static"
|
||||||
# Hack around dovecot-config for cross building.
|
# Hack around dovecot-config for cross building.
|
||||||
make_build_args="LIBDOVECOT_INCLUDE=-I${XBPS_CROSS_BASE}/usr/include/dovecot
|
make_build_args="LIBDOVECOT_INCLUDE=-I${XBPS_CROSS_BASE}/usr/include/dovecot
|
||||||
LIBS=-L${XBPS_CROSS_BASE}/usr/lib/dovecot"
|
LIBS=-L${XBPS_CROSS_BASE}/usr/lib/dovecot"
|
||||||
|
|
Loading…
Reference in New Issue