you are right, but after disabling fortify, you get "stack smashing detected"
error , so it's necessary to disable stack protector too to get working
binary.
and ofcourse it's not a fix, it's just temporary workaround...
*** stack smashing detected ***: ./nvram-wakeup terminated
=== Backt
hi, add it to CFLAGS variable in Makefile:
CFLAGS = -O2 -Wall -Wstrict-prototypes -g -pedantic
$(DEFS) -D_FORTIFY_SOURCE=0 -fno-stack-protector
jn
On Thursday 14 of May 2009 17:35:35 raulelmagico wrote:
> servus albert,
>
> I need some help with your workaround:
>
> "temporary workaround: com