]> git.sven.stormbind.net Git - sven/fuse-exfat.git/commitdiff
No longer use CFLAGS as CCFLAGS, the SConstruct file now honors CCFLAGS.
authorSven Hoexter <sven@timegate.de>
Sun, 12 Aug 2012 17:56:00 +0000 (19:56 +0200)
committerSven Hoexter <sven@timegate.de>
Sun, 12 Aug 2012 17:56:00 +0000 (19:56 +0200)
debian/changelog
debian/rules

index a2e3ef6d564f6705bcf3c28b16bf7953be24e880..e84597e0d0e6bbf5a227b79c61002818098332af 100644 (file)
@@ -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 <hoexter@debian.org>  Sun, 12 Aug 2012 19:38:28 +0200
 
index 8a057aaac4c3be984be9df7f37b496d8ac013ad7..a30a8f4ad8c060b4de0adba2a7954f9b24ca1000 100755 (executable)
@@ -5,9 +5,6 @@
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
-export CCFLAGS=${CFLAGS}
-
-
 %:
        dh $@