From fcde13761230d2a8f3cf982e5ff910ecccc55e76 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Wed, 1 Jul 2015 11:42:02 +0200 Subject: [PATCH] opensmtpd: enable table db backend. --- srcpkgs/opensmtpd/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/opensmtpd/template b/srcpkgs/opensmtpd/template index fa7029f140..abc7993d65 100644 --- a/srcpkgs/opensmtpd/template +++ b/srcpkgs/opensmtpd/template @@ -1,11 +1,11 @@ # Template file for 'opensmtpd' pkgname=opensmtpd version=5.7.1p1 -revision=1 +revision=2 build_style=gnu-configure configure_args="--sysconfdir=/etc/smtpd --sbindir=/usr/bin --with-maildir=/var/spool/mail --with-privsep-path=/var/empty - --with-sock-dir=/run --with-mantype=doc --with-pie + --with-sock-dir=/run --with-mantype=doc --with-pie --enable-table-db --with-privsep-user=smtpd --with-queue-user=smtpq --with-ca-file=/etc/ssl/certs/ca-certificates.crt" hostmakedepends="automake libtool pkg-config bison"