diff -Naur a/Make.defaults b/Make.defaults --- a/Make.defaults 2012-04-30 10:35:44.000000000 -0500 +++ b/Make.defaults 2012-07-16 21:39:42.208929565 -0500 @@ -48,7 +48,7 @@ OS = $(shell uname -s) INCDIR = -I$(SRCDIR) -I$(TOPDIR)/inc -I$(TOPDIR)/inc/$(ARCH) -I$(TOPDIR)/inc/protocol CPPFLAGS = -DCONFIG_$(ARCH) -CFLAGS = $(ARCH3264) -O2 -fpic -Wall -fshort-wchar -fno-strict-aliasing -fno-merge-constants +CFLAGS = $(ARCH3264) -fmessage-length=0 -O2 -fpic -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -fshort-wchar -fno-strict-aliasing -fno-merge-constants ASFLAGS = $(ARCH3264) LDFLAGS = -nostdlib INSTALL = install