freebsd-ports/mail/ifile/files/patch-argp_argp-xinl.c
Kurt Jaeger 5c080d0f3d mail/ifile: fix mail/ifile build with FORTIFY_SOURCE
PR:		202572
Submitted by:	Oliver Pinter <op@freebsd.org>
2015-08-31 19:31:06 +00:00

12 lines
251 B
C

--- argp/argp-xinl.c.orig 2006-05-22 16:49:22 UTC
+++ argp/argp-xinl.c
@@ -24,7 +24,8 @@
#define ARGP_EI
#undef __OPTIMIZE__
-#define __OPTIMIZE__
+#define __OPTIMIZE__ 0
+#define __OPTIMIZE_INLINE__
#include "argp.h"
/* Add weak aliases. */