From: Sven Hoexter Date: Sat, 27 Oct 2012 08:02:59 +0000 (+0200) Subject: Remove my bogus -pie from hardening-flags for real. X-Git-Tag: debian/1.0.0-1~3 X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Fexfat-utils.git;a=commitdiff_plain;h=309c673db00a78a38c37c3790ee6b4fae5744e6c Remove my bogus -pie from hardening-flags for real. --- diff --git a/debian/changelog b/debian/changelog index 7b6a20e..a3c7e84 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +exfat-utils (0.9.8-4) UNRELEASED; urgency=low + + * Remove my bogus -pie from hardening-flags for real. + + -- Sven Hoexter Sat, 27 Oct 2012 10:02:50 +0200 + exfat-utils (0.9.8-3) experimental; urgency=low * Revert the change from 0.9.8-2, the correct fix is diff --git a/debian/rules b/debian/rules index db371de..ebae574 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie +export DEB_BUILD_MAINT_OPTIONS = hardening=+all export CCFLAGS = $(CFLAGS) %: