pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/dovecot2-pigeonhole dovecot2-pigeonhole: Disable ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6991a2c9d270
branches:  trunk
changeset: 397366:6991a2c9d270
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Fri Jun 21 15:36:59 2019 +0000

description:
dovecot2-pigeonhole: Disable hardening autodetection.

Seems to interact badly with the SunOS build.

diffstat:

 mail/dovecot2-pigeonhole/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 841ce5d9ce3c -r 6991a2c9d270 mail/dovecot2-pigeonhole/Makefile
--- a/mail/dovecot2-pigeonhole/Makefile Fri Jun 21 15:02:54 2019 +0000
+++ b/mail/dovecot2-pigeonhole/Makefile Fri Jun 21 15:36:59 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2019/04/30 15:22:22 taca Exp $
+# $NetBSD: Makefile,v 1.48 2019/06/21 15:36:59 jperkin Exp $
 
 DISTNAME=      dovecot-2.3-pigeonhole-0.5.6
 PKGNAME=       ${DISTNAME:S/-2.3-/-/}
@@ -11,8 +11,10 @@
 LICENSE=       gnu-lgpl-v2.1
 
 USE_LIBTOOL=           yes
-USE_TOOLS+=            pkg-config rpcgen
+USE_TOOLS+=            pkg-config
+
 GNU_CONFIGURE=         yes
+CONFIGURE_ARGS+=       --disable-hardening
 
 EGDIR=                 ${PREFIX}/share/examples/dovecot
 CONFD=                 ${PKG_SYSCONFDIR}/dovecot/conf.d



Home | Main Index | Thread Index | Old Index