Package: perdition
Version: 1.19~rc4-4
Severity: important
Tags: patch
Please enabled hardened build flags through dpkg-buildflags.
Patch attached.
Cheers,
Moritz
Nur in perdition-1.19~rc4/debian: #rules#.
diff -aur perdition-1.19~rc4.orig/debian/rules perdition-1.19~rc4/debian/rules
--- perdition-1.19~rc4.orig/debian/rules 2010-09-01 09:13:30.000000000 +0200
+++ perdition-1.19~rc4/debian/rules 2012-01-10 23:04:46.000000000 +0100
@@ -8,7 +8,7 @@
build: checkbuild build-stamp
build-stamp:
dh_testdir
- ./configure $(cfg)
+ ./configure $(shell dpkg-buildflags --export=configure) $(cfg)
# Lame libtool workaround that lintian seems keen on
sed < libtool > libtool-2 \
-e 's/^hardcode_libdir_flag_spec.*$$/hardcode_libdir_flag_spec=" -D__LIBTOOL_IS_A_FOOL__ "/' \
Nur in perdition-1.19~rc4/debian: rules~.