_FORTIFY_SOURCE warnings

Just to keep others in loop. This issue has been fixed by following additions in Makefile:

CPP.Flags += -U_FORTIFY_SOURCE
CPP.Flags += -D_FORTIFY_SOURCE=0

Thanks,

Ahmad