Date: Friday, February 27, 2015 @ 16:34:00 Author: spupykin Revision: 128380
upgpkg: opendkim 2.10.1-2 upd Modified: opendkim/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-02-27 15:33:57 UTC (rev 128379) +++ PKGBUILD 2015-02-27 15:34:00 UTC (rev 128380) @@ -4,12 +4,12 @@ pkgname=opendkim pkgver=2.10.1 -pkgrel=1 +pkgrel=2 pkgdesc="An open source implementation of the DKIM sender authentication system. Based on a fork of dkim-milter." arch=(i686 x86_64) url="http://www.opendkim.org/" license=('BSD' 'custom:Sendmail') -depends=("db" "openssl" "libbsd") +depends=("db" "openssl" "libbsd" "opendbx") makedepends=("libmilter") options=(!emptydirs) backup=(etc/conf.d/opendkim) @@ -23,7 +23,8 @@ build() { cd "$srcdir/$pkgname-$pkgver" - ./configure --prefix=/usr --sbindir=/usr/bin --with-db + ./configure --prefix=/usr --sbindir=/usr/bin --with-db \ + --with-odbx --with-sql-backend make }