Source: gmime2.4 Severity: important Tags: patch Please enabled hardened build flags through dpkg-buildflags.
Patch attached. Cheers, Moritz
diff -aur gmime2.4-2.4.25.harden/debian/rules gmime2.4-2.4.25/debian/rules --- gmime2.4-2.4.25.harden/debian/rules 2011-06-14 00:19:50.000000000 +0200 +++ gmime2.4-2.4.25/debian/rules 2012-01-25 18:24:35.000000000 +0100 @@ -22,7 +22,7 @@ touch $@ override_dh_auto_configure: autoreconf-stamp - dh_auto_configure -- \ + dh_auto_configure -- $(shell dpkg-buildflags --export=configure) \ --enable-gtk-doc \ --disable-rpath \ --enable-largefile \ Nur in gmime2.4-2.4.25/debian: rules~.