]> git.saurik.com Git - apt.git/commit
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:18:18 +0000 (14:18 +0200)
commit9a61bb2176e6599094c575dec7184c3afd6f39bd
tree940bb36cb88b37ab9fd462a93532253129c1bb00
parent3644a2fba449065e19ff663d4f31af10bb6def4f
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