Don't compile with fortification. It breaks makeinfo(1) for certain

input files (e.g. "cl.texi" shipped with Emacs 23.4) if it is compiled
with GCC 4.8.3 and "USE_SSP" set to "yes".
This commit is contained in:
tron 2014-03-24 23:03:01 +00:00
parent 3b142775a7
commit 6ff95a26c5
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 2011/05/26 12:56:29 joerg Exp $
# $NetBSD: Makefile,v 1.8 2014/03/24 23:03:01 tron Exp $
PROG= makeinfo
SRCS= cmds.c defun.c files.c float.c footnote.c \
@ -12,4 +12,6 @@ WARNS?= 0 # pointer sign issues
.include <bsd.prog.mk>
CPPFLAGS:= ${CPPFLAGS:S/-D_FORTIFY_SOURCE=2//}
.PATH: ${IDIST}/makeinfo ${IDIST}/doc