Source: libcdaudio Severity: important Tags: patch Please enabled hardened build flags through dpkg-buildflags.
Patch attached. Cheers, Moritz
diff -aur libcdaudio-0.99.12p2.harden/debian/rules libcdaudio-0.99.12p2/debian/rules --- libcdaudio-0.99.12p2.harden/debian/rules 2012-01-18 15:58:44.000000000 +0100 +++ libcdaudio-0.99.12p2/debian/rules 2012-01-18 15:59:23.157923493 +0100 @@ -12,7 +12,7 @@ cp -f /usr/share/misc/config.guess config.guess cp -f /usr/share/misc/config.sub config.sub - dh_auto_configure + dh_auto_configure -- $(shell dpkg-buildflags --export=configure) override_dh_install: find debian/tmp -name '*.la' -delete Nur in libcdaudio-0.99.12p2/debian: rules~.