Bug#685670: Doesn't use build flags

2012-08-29 Thread Simon Ruderich
reopen 685670 thanks Hello, The attached patch adds the missing CPPFLAGS/LDFLAGS. Not sure if that's possible for Wheezy, if not it should be fixed in sid. To check if all flags were correctly enabled you can use `hardening-check` from the hardening-includes package and check the build log with

Bug#685670: Doesn't use build flags

2012-08-27 Thread Eugene V. Lyubimkin
Hi, On 2012-08-26 03:24, Cyril Brulebois wrote: IMVHO, fixing the optimization+debug flags issue would look nice to me, while hardening flags would just be a bonus. Adding to debian/rules: CFLAGS = $(shell dpkg-buildflags --get CFLAGS) would fix this, keeping the diff short, and it

Bug#685670: Doesn't use build flags

2012-08-25 Thread Eugene V. Lyubimkin
Hello Felix (and debian-release@, BCC'ed) On 2012-08-23 10:39, Felix Geyer wrote: Source: htop Version: 1.0.1-1 Severity: important htop doesn't export any build flags so it's built without optimizations, debugging symbols and hardening options. Thank you for the report. The package was

Bug#685670: Doesn't use build flags

2012-08-25 Thread Cyril Brulebois
Hello, Eugene V. Lyubimkin jac...@debian.org (25/08/2012): Hello Felix (and debian-release@, BCC'ed) (cc'd this time, so that others see my reply.) On 2012-08-23 10:39, Felix Geyer wrote: Source: htop Version: 1.0.1-1 Severity: important htop doesn't export any build flags so it's

Bug#685670: Doesn't use build flags

2012-08-23 Thread Felix Geyer
Source: htop Version: 1.0.1-1 Severity: important htop doesn't export any build flags so it's built without optimizations, debugging symbols and hardening options. Example: x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DNDEBUG -pedantic -Wall -Wextra -std=c99 -rdynamic -D_XOPEN_SOURCE_EXTENDED