debian/rules: add hardening=+all
authorMichael Vogt <mvo@ubuntu.com>
Wed, 1 Oct 2014 06:22:26 +0000 (08:22 +0200)
committerMichael Vogt <mvo@ubuntu.com>
Wed, 1 Oct 2014 12:56:16 +0000 (14:56 +0200)
commite503a4d5ac668d233c11f64a0dd0c6d20f3b2be1
treefc0400688d1c16968088900d35b06559ea6e6bac
parente359fe101e1a66277b340563c96e868451d9d4b5
debian/rules: add hardening=+all

Because of dpkg-buildflags we already get most of the hardening
features, +all adds -fPIE and ld -z now

Thanks: Simon Ruderich, Markus Waldeck
debian/rules