]> git.sven.stormbind.net Git - sven/exfat-utils.git/commitdiff
Revert the change from 0.9.8-2, the correct fix is to assign CFLAGS to CCFLAGS so... debian/0.9.8-3
authorSven Hoexter <sven@timegate.de>
Thu, 25 Oct 2012 15:15:44 +0000 (17:15 +0200)
committerSven Hoexter <sven@timegate.de>
Thu, 25 Oct 2012 15:15:44 +0000 (17:15 +0200)
debian/changelog
debian/rules

index 5baca65ae60c4466f89e58f6c47cfb4f178e47d3..7b6a20e41174cb40914da7e03685e529fc849707 100644 (file)
@@ -1,3 +1,11 @@
+exfat-utils (0.9.8-3) experimental; urgency=low
+
+  * Revert the change from 0.9.8-2, the correct fix is
+    to assign CFLAGS to CCFLAGS so the correct set of common
+    flags will be picked up by scons.
+
+ -- Sven Hoexter <hoexter@debian.org>  Thu, 25 Oct 2012 17:14:58 +0200
+
 exfat-utils (0.9.8-2) experimental; urgency=low
 
   * Build without -fPIE - hardening flags -pie.
 exfat-utils (0.9.8-2) experimental; urgency=low
 
   * Build without -fPIE - hardening flags -pie.
index 478a8ff76cb04d1e258be8b2f969c624252afe48..db371de2b3f6bfa180d268c2352c8dfa1aa6c720 100755 (executable)
@@ -5,6 +5,7 @@
 #export DH_VERBOSE=1
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie
 #export DH_VERBOSE=1
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie
+export CCFLAGS = $(CFLAGS)
 
 %:
        dh $@
 
 %:
        dh $@