Source: libfishsound
Severity: important
Tags: patch
Please enable hardened build flags through dpkg-buildflags.
Patch attached.
Cheers,
Moritz
diff -aur libfishsound-1.0.0.harden/debian/rules libfishsound-1.0.0/debian/rules
--- libfishsound-1.0.0.harden/debian/rules 2012-01-29 12:32:38.000000000 +0100
+++ libfishsound-1.0.0/debian/rules 2012-01-29 12:33:03.000000000 +0100
@@ -11,7 +11,7 @@
override_dh_auto_configure:
ln -sf /usr/share/misc/config.sub .
ln -sf /usr/share/misc/config.guess .
- dh_auto_configure
+ dh_auto_configure -- $(shell dpkg-buildflags --export=configure)
override_dh_auto_clean:
dh_auto_clean
Nur in libfishsound-1.0.0/debian: rules~.