summaryrefslogtreecommitdiff
path: root/extra/dovecot
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-11-06 13:53:51 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-11-06 13:53:51 -0300
commita41239c941341e3c2017c6d3644e2cce0f1badf2 (patch)
treeefc401addf8099fa96ecaff2dea962b2cdbc813b /extra/dovecot
parentd333dde0a4d6295e9530ab8e988efa1d654e8716 (diff)
parent85e0e667660650d70269432a90401d4288776d9d (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/frei0r-plugins/PKGBUILD extra/cairo/PKGBUILD extra/libxml++/PKGBUILD
Diffstat (limited to 'extra/dovecot')
-rw-r--r--extra/dovecot/PKGBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/extra/dovecot/PKGBUILD b/extra/dovecot/PKGBUILD
index 8e4465713..ac276f76c 100644
--- a/extra/dovecot/PKGBUILD
+++ b/extra/dovecot/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 166907 2012-09-21 14:30:04Z andyrtr $
+# $Id: PKGBUILD 170236 2012-11-05 18:50:40Z andyrtr $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
# Contributor: Paul Mattal <paul@mattal.com>
# Contributor: Federico Quagliata (quaqo) <quaqo@despammed.com>
@@ -6,7 +6,7 @@
pkgname=dovecot
pkgver=2.1.10
-pkgrel=1
+pkgrel=2
pkgdesc="An IMAP and POP3 server written with security primarily in mind"
arch=('i686' 'x86_64' 'mips64el')
url="http://dovecot.org/"
@@ -32,6 +32,9 @@ build() {
# fix build with recent clucene (FC)
sed -i '/DEFAULT_INCLUDES *=/s|$| '"$(pkg-config --cflags libclucene-core)|" src/plugins/fts-lucene/Makefile.in
+
+ # fix path in helper script
+ sed -i 's:OPENSSLCONFIG=${OPENSSLCONFIG-dovecot-openssl.cnf}:OPENSSLCONFIG=${OPENSSLCONFIG- /etc/ssl/dovecot-openssl.cnf}:' doc/mkcert.sh
# configure with openssl, mysql, and postgresql support
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
@@ -43,7 +46,8 @@ build() {
--with-mysql \
--with-pgsql \
--with-sqlite \
- --with-ssl=openssl --with-ssldir=/etc/dovecot/ssl \
+ --with-ssl=openssl \
+ --with-ssldir=/etc/ssl \
--with-gssapi \
--with-ldap=plugin \
--with-zlib --with-bzlib \