Package: procps
Version: 1:3.3.2-2
Severity: important
Tags: patch
Please enabled hardened build flags through dpkg-buildflags.
Patch attached.
Cheers,
Moritz
diff -aur procps-3.3.2.harden/debian/rules procps-3.3.2/debian/rules
--- procps-3.3.2.harden/debian/rules 2012-01-09 04:39:50.000000000 +0100
+++ procps-3.3.2/debian/rules 2012-01-19 20:51:26.000000000 +0100
@@ -31,7 +31,7 @@
rm -f $(autogen-files)
override_dh_auto_configure:
- ./configure \
+ ./configure $(shell dpkg-buildflags --export=configure) \
--build=$(DEB_BUILD_GNU_TYPE) \
--enable-watch8bit --enable-w-from \
--prefix=/usr \