From ec3c7798858f64ab7b74cc1ef11283a2f2e95b7e Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Sun, 12 Aug 2012 19:56:00 +0200 Subject: [PATCH] No longer use CFLAGS as CCFLAGS, the SConstruct file now honors CCFLAGS. --- debian/changelog | 2 ++ debian/rules | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index a2e3ef6..e84597e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ fuse-exfat (0.9.8-1) UNRELEASED; urgency=low * New upstream release. * Dropped all patches - merged upstream. * Dropped all usage of quilt - currently not required. + * No longer use CFLAGS as CCFLAGS, the SConstruct file + now honors CCFLAGS. -- Sven Hoexter Sun, 12 Aug 2012 19:38:28 +0200 diff --git a/debian/rules b/debian/rules index 8a057aa..a30a8f4 100755 --- a/debian/rules +++ b/debian/rules @@ -5,9 +5,6 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all -export CCFLAGS=${CFLAGS} - - %: dh $@ -- 2.39.2