Hi! On Sun, 2013-10-20 at 19:20:42 +0100, Julian Gilbey wrote: > Package: dpkg-dev > Version: 1.16.12 > > The dpkg-buildflags manpage says that FFLAGS should be the same as > CFLAGS, but: > > polya:~ $ dpkg-buildflags > CFLAGS=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat > -Werror=format-security > CPPFLAGS=-D_FORTIFY_SOURCE=2 > CXXFLAGS=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat > -Werror=format-security > FFLAGS=-g -O2 > LDFLAGS=-Wl,-z,relro > > This appears to be because FFLAGS is not included in the > add_hardening_flags sub in /usr/share/perl5/Dpkg/Vendor/Debian.pm, > though whether this is intentional or not, I am unsure.
I guess it was just missed, I'll add the options that make sense there, namely the stack protector ones, and update the docs. Thanks, Guillem -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

