Bug#658430: Hardened build flags not fully enabled

2013-02-11 Thread Simon Ruderich
reopen 658430 thanks Hello, The hardening flags are still missing in a few places: $ blhc newt_0.52.14-11_amd64.log CFLAGS missing (-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security): \gcc -D_GNU_SOURCE -I/usr/include/slang

Bug#658430: Hardened build flags not fully enabled

2012-02-02 Thread Moritz Muehlenhoff
Source: newt Severity: important newt uses dh and debian/compat, which makes it export the new hardened build flags from dpkg-buildflags. This results in the following flags being exported: CFLAGS=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security