From 6756f9aea3961d7f05fe75a36d3cf7e85ed8cc0d Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Thu, 25 Oct 2012 17:15:44 +0200 Subject: [PATCH 1/1] 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 | 1 + 2 files changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index 5baca65..7b6a20e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +exfat-utils (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:14:58 +0200 + exfat-utils (0.9.8-2) experimental; urgency=low * Build without -fPIE - hardening flags -pie. diff --git a/debian/rules b/debian/rules index 478a8ff..db371de 100755 --- a/debian/rules +++ b/debian/rules @@ -5,6 +5,7 @@ #export DH_VERBOSE=1 export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie +export CCFLAGS = $(CFLAGS) %: dh $@ -- 2.39.2