From: Sven Hoexter Date: Thu, 25 Oct 2012 10:41:19 +0000 (+0200) Subject: Build without -fPIE - hardening flags -pie. X-Git-Tag: debian/0.9.8-2^0 X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Ffuse-exfat.git;a=commitdiff_plain;h=1234d8455930daa829fe69e488aa7e059eaeea8d Build without -fPIE - hardening flags -pie. --- diff --git a/debian/changelog b/debian/changelog index a0f4b40..9d7e064 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +fuse-exfat (0.9.8-2) experimental; urgency=low + + * Build without -fPIE - hardening flags -pie. + + -- Sven Hoexter Thu, 25 Oct 2012 12:41:07 +0200 + fuse-exfat (0.9.8-1) experimental; urgency=low * New upstream release. diff --git a/debian/rules b/debian/rules index a30a8f4..ba73873 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,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 $@