From b0df1c38b310db1dcc128fbfdcfaabb62f888543 Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Thu, 17 May 2012 14:22:38 +0200 Subject: [PATCH] Export CFLAGS as CCFLAGS which is honored by the current SConstruct file. --- debian/changelog | 2 ++ debian/rules | 2 ++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 79a15cd..4d0f0a9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ exfat-utils (0.9.7-2) UNRELEASED; urgency=low and thus make use of dh_link. * Switch dh compat level from 8 to 9. * Enable all hardening flags via DEB_BUILD_MAINT_OPTIONS. + * Export CFLAGS as CCFLAGS which is honored by the current + SConstruct file. -- Sven Hoexter Thu, 17 May 2012 13:50:03 +0200 diff --git a/debian/rules b/debian/rules index a134c90..e903fc3 100755 --- a/debian/rules +++ b/debian/rules @@ -6,6 +6,8 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all +export CCFLAGS=${CFLAGS} + %: dh $@ -- 2.39.2