Package: openexr
Version: 1.6.1-4.1
Severity: important
Tags: patch
Please enabled hardened build flags through dpkg-buildflags.
Patch attached.
Cheers,
Moritz
diff -aur openexr-1.6.1.orig/debian/rules openexr-1.6.1/debian/rules
--- openexr-1.6.1.orig/debian/rules 2012-01-18 08:43:54.000000000 +0100
+++ openexr-1.6.1/debian/rules 2012-01-18 00:44:46.429923020 +0100
@@ -21,7 +21,7 @@
# Need to pass an extra flag:
override_dh_auto_configure:
- dh_auto_configure -- --with-openexr-prefix=/usr
+ dh_auto_configure -- --with-openexr-prefix=/usr $(shell dpkg-buildflags --export=configure)
# Need to disable the test suite on some architectures (additionally,
# use 'make check' rather than 'make test'):
Nur in openexr-1.6.1/debian: rules~.