pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/dovecot2 dovecot2: Don't automatically add compil...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/da529802eaf3
branches:  trunk
changeset: 374510:da529802eaf3
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Wed Jan 24 15:16:49 2018 +0000

description:
dovecot2: Don't automatically add compiler security features.

diffstat:

 mail/dovecot2/Makefile.common |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r d5724afaca74 -r da529802eaf3 mail/dovecot2/Makefile.common
--- a/mail/dovecot2/Makefile.common     Wed Jan 24 14:20:39 2018 +0000
+++ b/mail/dovecot2/Makefile.common     Wed Jan 24 15:16:49 2018 +0000
@@ -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+=       --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
 



Home | Main Index | Thread Index | Old Index