From: Sven Hoexter Date: Sun, 12 Aug 2012 17:56:00 +0000 (+0200) Subject: No longer use CFLAGS as CCFLAGS, the SConstruct file now honors CCFLAGS. X-Git-Tag: debian/0.9.8-1~1 X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Ffuse-exfat.git;a=commitdiff_plain;h=ec3c7798858f64ab7b74cc1ef11283a2f2e95b7e No longer use CFLAGS as CCFLAGS, the SConstruct file now honors CCFLAGS. --- 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 $@