Source: pcsc-lite Severity: important Tags: patch Please enabled hardened build flags through dpkg-buildflags.
Patch attached. Cheers, Moritz
diff -aur pcsc-lite-1.8.1.harden/debian/rules pcsc-lite-1.8.1/debian/rules --- pcsc-lite-1.8.1.harden/debian/rules 2011-11-29 23:13:45.000000000 +0100 +++ pcsc-lite-1.8.1/debian/rules 2012-01-18 00:16:10.000000000 +0100 @@ -9,4 +9,5 @@ dh $@ override_dh_auto_configure: - dh_auto_configure -- $(EXTRA_CONFIGURE_ARGS) --with-systemdsystemunitdir=/lib/systemd/system + dh_auto_configure -- $(EXTRA_CONFIGURE_ARGS) --with-systemdsystemunitdir=/lib/systemd/system $(shell dpkg-buildflags --export=configure) + Nur in pcsc-lite-1.8.1/debian: rules~.