From a1973638129fb3971302adf0f6727bbc5365bcb5 Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Thu, 25 Oct 2012 16:53:39 +0200 Subject: [PATCH] Revert the change from 0.9.8-2, the correct fix is to assign CFLAGS to CCFLAGS so the correct set of common flags will be picked up by scons. --- debian/changelog | 8 ++++++++ debian/rules | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9d7e064..042e36f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +fuse-exfat (0.9.8-3) experimental; urgency=low + + * Revert the change from 0.9.8-2, the correct fix is + to assign CFLAGS to CCFLAGS so the correct set of common + flags will be picked up by scons. + + -- Sven Hoexter Thu, 25 Oct 2012 17:09:19 +0200 + fuse-exfat (0.9.8-2) experimental; urgency=low * Build without -fPIE - hardening flags -pie. diff --git a/debian/rules b/debian/rules index ba73873..80f7246 100755 --- a/debian/rules +++ b/debian/rules @@ -2,8 +2,8 @@ # 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) %: dh $@ -- 2.39.2