]> ruderich.org/simon Gitweb - blhc/blhc.git/blob - t/logs/debian
check for -fstack-protector-strong
[blhc/blhc.git] / t / logs / debian
1 Filtered Build-Depends: .., gcc (>= 4:4.4.3), g++ (>= 4:4.4.3), ...
2 Toolchain package versions: ...
3 Package versions: ...
4
5 dpkg-buildpackage: source package test
6
7 dh_auto_configure -- CFLAGS="-g -O2 -fstack-protector-strong -Wformat -Wformat-security -Werror=format-security" CPPFLAGS="-D_FORTIFY_SOURCE=2" CXXFLAGS="-g -O2 -fstack-protector-strong -Wformat -Wformat-security -Werror=format-security" LDFLAGS="-Wl,-z,relro -Wl,-z,defs -Wl,--as-needed" ...
8
9 gcc -g -O2 -fstack-protector-strong -Wformat -Wformat-security -Werror=format-security -Wall -c test.c
10
11 # `...` isn't expanded by the Makefile, assume dpkg-buildflags returns the
12 # correct flags.
13 gcc -c `dpkg-buildflags --get CFLAGS` test.c
14 g++ -c `dpkg-buildflags --get CXXFLAGS` test.cc
15 gcc -c `dpkg-buildflags --get LDFLAGS` test.c
16 gcc -c `dpkg-buildflags --get CFLAGS` `dpkg-buildflags --get CPPFLAGS` test.c
17 g++ -c `dpkg-buildflags --get CXXFLAGS` `dpkg-buildflags --get CPPFLAGS` test.cc
18 gcc -o test test.o `dpkg-buildflags --get LDFLAGS`
19 gcc -o test test.o `dpkg-buildflags --get CFLAGS`
20
21 Build finished at 20120308-1648
22
23  Depends: libc6 (>= 2.7), gcc