]> git.sven.stormbind.net Git - sven/fuse-exfat.git/commitdiff
Revert the change from 0.9.8-2, the correct fix is to assign debian/0.9.8-3
authorSven Hoexter <sven@timegate.de>
Thu, 25 Oct 2012 14:53:39 +0000 (16:53 +0200)
committerSven Hoexter <sven@timegate.de>
Thu, 25 Oct 2012 15:11:38 +0000 (17:11 +0200)
CFLAGS to CCFLAGS so the correct set of common flags will be
picked up by scons.

debian/changelog
debian/rules

index 9d7e0644fd8c5910f9720c4f051db73d45530b4f..042e36f6034a2d5455c4c75058b8a7e631c5a07e 100644 (file)
@@ -1,3 +1,11 @@
+fuse-exfat (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:09:19 +0200
+
 fuse-exfat (0.9.8-2) experimental; urgency=low
 
   * Build without -fPIE - hardening flags -pie.
index ba7387384281ff374d58d7d5c197c9657a81eddd..80f7246ce77dd0bcac323fa49d2602182d6b82d1 100755 (executable)
@@ -2,8 +2,8 @@
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
-
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export CCFLAGS = $(CFLAGS)
 
 %:
        dh $@