From: Sven Hoexter Date: Thu, 25 Oct 2012 14:53:39 +0000 (+0200) Subject: Revert the change from 0.9.8-2, the correct fix is to assign X-Git-Tag: debian/0.9.8-3^0 X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Ffuse-exfat.git;a=commitdiff_plain;h=a1973638129fb3971302adf0f6727bbc5365bcb5 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. --- diff --git a/debian/changelog b/debian/changelog index 9d7e064..042e36f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 25 Oct 2012 17:09:19 +0200 + fuse-exfat (0.9.8-2) experimental; urgency=low * Build without -fPIE - hardening flags -pie. diff --git a/debian/rules b/debian/rules index ba73873..80f7246 100755 --- a/debian/rules +++ b/debian/rules @@ -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 $@