summaryrefslogtreecommitdiff
path: root/mail/dovecot2
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2018-01-24 15:16:49 +0000
committerjperkin <jperkin@pkgsrc.org>2018-01-24 15:16:49 +0000
commit1f1575097b5a55373a78c1718e57c47136fe0dcb (patch)
tree31cb0b05f877bde1e831c578fc23f727a8e1bcbb /mail/dovecot2
parent3d80645b93ad68d5f659d3c437c6512ed344a960 (diff)
downloadpkgsrc-1f1575097b5a55373a78c1718e57c47136fe0dcb.tar.gz
dovecot2: Don't automatically add compiler security features.
Diffstat (limited to 'mail/dovecot2')
-rw-r--r--mail/dovecot2/Makefile.common5
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/dovecot2/Makefile.common b/mail/dovecot2/Makefile.common
index 709669ba83f..30e99be6829 100644
--- a/mail/dovecot2/Makefile.common
+++ b/mail/dovecot2/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.16 2018/01/02 15:52:44 fhajny Exp $
+# $NetBSD: Makefile.common,v 1.17 2018/01/24 15:16:49 jperkin Exp $
#
# when updating to a new release, update ABI depends in
# the buildlink3.mk file as well, since the plugins' version
@@ -32,6 +32,9 @@ CONFIGURE_ARGS+= --with-ssldir=${SSLDIR}
CONFIGURE_ARGS+= --without-gssapi
CONFIGURE_ARGS+= --without-ldap
+# Leave pkgsrc to enable compiler security features as appropriate.
+CONFIGURE_ARGS+= --disable-hardening
+
# Enable generic SQL backend support
CONFIGURE_ARGS+= --with-sql