[arch-commits] Commit in dovecot/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Mon Nov 5 18:49:47 UTC 2012


    Date: Monday, November 5, 2012 @ 13:49:47
  Author: andyrtr
Revision: 170235

upgpkg: dovecot 2.1.10-2

fix path in mkcert helper

Modified:
  dovecot/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-11-05 16:24:33 UTC (rev 170234)
+++ PKGBUILD	2012-11-05 18:49:47 UTC (rev 170235)
@@ -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')
 url="http://dovecot.org/"
@@ -32,6 +32,9 @@
 
   # 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 @@
 	--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 \




More information about the arch-commits mailing list