pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/hypermail



Module Name:    pkgsrc
Committed By:   manu
Date:           Tue Aug 28 21:25:15 UTC 2018

Modified Files:
        pkgsrc/mail/hypermail: Makefile

Log Message:
Build gix for mail/hypermail: disable fortify

hypermail uses libtrio, which overloads <stdio.h> functions by macros.
With _FORTIFY_SOURCE > 0, <stdio.h> loads <ssp/stdio.h> which does
the same, and we get macro redefinition errors.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/mail/hypermail/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/hypermail/Makefile
diff -u pkgsrc/mail/hypermail/Makefile:1.20 pkgsrc/mail/hypermail/Makefile:1.21
--- pkgsrc/mail/hypermail/Makefile:1.20 Sun Jan 28 20:10:54 2018
+++ pkgsrc/mail/hypermail/Makefile      Tue Aug 28 21:25:15 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2018/01/28 20:10:54 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2018/08/28 21:25:15 manu Exp $
 #
 
 DISTNAME=      hypermail-2.3.0
@@ -16,6 +16,7 @@ WRKSRC=               ${WRKDIR}/${PKGBASE}
 
 GNU_CONFIGURE=         yes
 USE_TOOLS+=            yacc
+FORTIFY_SUPPORTED=     no
 
 LDFLAGS+=              -liconv
 



Home | Main Index | Thread Index | Old Index