added warning against SSP on FreeBSD to PROBLEMS file
authorHorst G. Burkhardt III <horst@sxemacs.org>
Sat, 18 Feb 2012 00:48:24 +0000 (11:48 +1100)
committerHorst G. Burkhardt III <horst@sxemacs.org>
Sat, 18 Feb 2012 00:48:24 +0000 (11:48 +1100)
Signed-off-by: Horst G. Burkhardt III <horst@sxemacs.org>
PROBLEMS

index 0e7e449..3bb746e 100644 (file)
--- a/PROBLEMS
+++ b/PROBLEMS
@@ -195,6 +195,14 @@ To run configure successfully...
 
     CONFIG_SHELL=/path/to/bash $CONFIG_SHELL configure [option, ...]
 
+*** configure on FreeBSD
+
+Turning on the use of libssp and -fstack-protector from configure
+( --with-error-checking=stack ) will result in a broken build. 
+
+Do not, under any circumstances, add -fstack-protector to CFLAGS, even 
+independently of the stack error checking option. 
+
 ** bdwgc and gcc and code optimisation
 
 There are some weird optimisation issues with the Boehm-Demers-Weiser