dovecot2: Don't automatically add compiler security features.
This commit is contained in:
parent
b63ed4b970
commit
f27fb25bd7
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue