pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/dovecot2-pigeonhole



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Jun 21 15:36:59 UTC 2019

Modified Files:
        pkgsrc/mail/dovecot2-pigeonhole: Makefile

Log Message:
dovecot2-pigeonhole: Disable hardening autodetection.

Seems to interact badly with the SunOS build.


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/mail/dovecot2-pigeonhole/Makefile

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-pigeonhole/Makefile
diff -u pkgsrc/mail/dovecot2-pigeonhole/Makefile:1.47 pkgsrc/mail/dovecot2-pigeonhole/Makefile:1.48
--- pkgsrc/mail/dovecot2-pigeonhole/Makefile:1.47       Tue Apr 30 15:22:22 2019
+++ pkgsrc/mail/dovecot2-pigeonhole/Makefile    Fri Jun 21 15:36:59 2019
@@ -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 @@ COMMENT=     Support for the Sieve language 
 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