﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
76	Compile error with -f-stack-protector	rainer	rainer	"On some systems, configure detects support for '-f-stack-protector', but compiling fails:

{{{
x_sh_files.c:(.text+0x575): undefined reference to `__stack_chk_guard'
x_sh_files.c:(.text+0x8b3): undefined reference to `__stack_chk_guard'
x_sh_files.c:(.text+0xa86): undefined reference to `__stack_chk_fail'
...
}}}

The problem arises because -lssp is not specified (actually, this shouldn't be neccessary...). Need to update the autoconf macro. Issue reported by marc."	defect	closed	blocker	2.3.6	main		fixed		
