Module Name:    src
Committed By:   tron
Date:           Mon Mar 24 23:03:21 UTC 2014

Modified Files:
        src/doc: HACKS

Log Message:
Document makeinfo(1) hack.


To generate a diff of this commit:
cvs rdiff -u -r1.143 -r1.144 src/doc/HACKS

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/doc/HACKS
diff -u src/doc/HACKS:1.143 src/doc/HACKS:1.144
--- src/doc/HACKS:1.143	Sat Nov 16 17:14:06 2013
+++ src/doc/HACKS	Mon Mar 24 23:03:21 2014
@@ -1,4 +1,4 @@
-# $NetBSD: HACKS,v 1.143 2013/11/16 17:14:06 skrll Exp $
+# $NetBSD: HACKS,v 1.144 2014/03/24 23:03:21 tron Exp $
 #
 # This file is intended to document workarounds for currently unsolved
 # (mostly) compiler bugs.
@@ -343,6 +343,17 @@ descr
 	sections
 kcah
 
+hack	Disable fortification for /usr/bin/makeinfo
+cdata	24 Mar 2014
+who	tron
+file	src/gnu/usr.bin/texinfo/makeinfo/Makefile	: 1.8
+pr	N/A
+descr
+	If "makeinfo" is compiled with "-D_FORTIFY_SOURCE=2" using GCC 4.8.3
+	it fails to process certain texinfo files, e.g. "cl.texi"
+	included in the Emacs 24.3 distribution.
+kcah
+
 port	vax
 
 	hack	gcc4/vax ICE

Reply via email to