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. Julian -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

