Source: xml-security-c
Severity: important
Tags: patch
Please enabled hardened build flags through dpkg-buildflags.
Patch attached.
Cheers,
Moritz
diff -aur xml-security-c-1.6.1.harden/debian/rules xml-security-c-1.6.1/debian/rules
--- xml-security-c-1.6.1.harden/debian/rules 2011-07-07 18:10:43.000000000 +0200
+++ xml-security-c-1.6.1/debian/rules 2012-01-20 19:07:49.000000000 +0100
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
override_dh_auto_configure:
- dh_auto_configure -- --without-xalan
+ dh_auto_configure -- --without-xalan $(shell dpkg-buildflags --export=configure)
override_dh_auto_clean:
dh_auto_clean
Nur in xml-security-c-1.6.1/debian: rules~.