diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2015-08-31 19:31:06 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2015-08-31 19:31:06 +0000 |
commit | 5c080d0f3d7607267b4e3b530dfbf448cbfa93ad (patch) | |
tree | e032320e3302d6db53784986be7a5157445259fa /mail/ifile/files/patch-argp_argp-fs-xinl.c | |
parent | Update to the 20150830 snapshot of GCC 6. (diff) |
mail/ifile: fix mail/ifile build with FORTIFY_SOURCE
PR: 202572
Submitted by: Oliver Pinter <op@freebsd.org>
Notes
Notes:
svn path=/head/; revision=395725
Diffstat (limited to 'mail/ifile/files/patch-argp_argp-fs-xinl.c')
-rw-r--r-- | mail/ifile/files/patch-argp_argp-fs-xinl.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/ifile/files/patch-argp_argp-fs-xinl.c b/mail/ifile/files/patch-argp_argp-fs-xinl.c new file mode 100644 index 000000000000..56e38ba34db0 --- /dev/null +++ b/mail/ifile/files/patch-argp_argp-fs-xinl.c @@ -0,0 +1,12 @@ +--- argp/argp-fs-xinl.c.orig 2006-05-22 16:49:22 UTC ++++ argp/argp-fs-xinl.c +@@ -24,7 +24,8 @@ + + #define ARGP_FS_EI + #undef __OPTIMIZE__ +-#define __OPTIMIZE__ ++#define __OPTIMIZE__ 0 ++#define __OPTIMIZE_INLINE__ + #include "argp-fmtstream.h" + + /* Add weak aliases. */ |