From: Sven Hoexter Date: Thu, 25 Oct 2012 10:47:03 +0000 (+0200) Subject: Build without -fPIE - hardening flags -pie. X-Git-Tag: debian/0.9.8-2 X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Fexfat-utils.git;a=commitdiff_plain;h=87b6a7ec72b7a13e9584648e3251013e23f6aee2 Build without -fPIE - hardening flags -pie. --- diff --git a/debian/changelog b/debian/changelog index 2f25109..5baca65 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +exfat-utils (0.9.8-2) experimental; urgency=low + + * Build without -fPIE - hardening flags -pie. + + -- Sven Hoexter Thu, 25 Oct 2012 12:46:46 +0200 + exfat-utils (0.9.8-1) experimental; urgency=low * New upstream release. diff --git a/debian/rules b/debian/rules index 9f54ab7..478a8ff 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 +export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie %: dh $@