]> git.sven.stormbind.net Git - sven/exfat-utils.git/commitdiff
Export CFLAGS as CCFLAGS which is honored by the current SConstruct file.
authorSven Hoexter <sven@timegate.de>
Thu, 17 May 2012 12:22:38 +0000 (14:22 +0200)
committerSven Hoexter <sven@timegate.de>
Thu, 17 May 2012 12:22:38 +0000 (14:22 +0200)
debian/changelog
debian/rules

index 79a15cd0db921c7688f42dbe36484162d0f4f5dc..4d0f0a9c61e5f7dbd2a05471d7da36be13a502e3 100644 (file)
@@ -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 <hoexter@debian.org>  Thu, 17 May 2012 13:50:03 +0200
 
index a134c90088aa8c5aa0eedaed6af600161387d1eb..e903fc3d9c299d9907ccdb14b4d881ec2b398c59 100755 (executable)
@@ -6,6 +6,8 @@
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
+export CCFLAGS=${CFLAGS}
+
 %:
        dh $@