pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/dovecot2



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Jan 24 15:16:49 UTC 2018

Modified Files:
        pkgsrc/mail/dovecot2: Makefile.common

Log Message:
dovecot2: Don't automatically add compiler security features.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/mail/dovecot2/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/dovecot2/Makefile.common
diff -u pkgsrc/mail/dovecot2/Makefile.common:1.16 pkgsrc/mail/dovecot2/Makefile.common:1.17
--- pkgsrc/mail/dovecot2/Makefile.common:1.16   Tue Jan  2 15:52:44 2018
+++ pkgsrc/mail/dovecot2/Makefile.common        Wed Jan 24 15:16:49 2018
@@ -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
 



Home | Main Index | Thread Index | Old Index