From: Sven Hoexter Date: Thu, 25 Oct 2012 15:15:44 +0000 (+0200) Subject: Revert the change from 0.9.8-2, the correct fix is to assign CFLAGS to CCFLAGS so... X-Git-Tag: debian/0.9.8-3^0 X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Fexfat-utils.git;a=commitdiff_plain;h=6756f9aea3961d7f05fe75a36d3cf7e85ed8cc0d 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 5baca65..7b6a20e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 25 Oct 2012 17:14:58 +0200 + exfat-utils (0.9.8-2) experimental; urgency=low * Build without -fPIE - hardening flags -pie. diff --git a/debian/rules b/debian/rules index 478a8ff..db371de 100755 --- a/debian/rules +++ b/debian/rules @@ -5,6 +5,7 @@ #export DH_VERBOSE=1 export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie +export CCFLAGS = $(CFLAGS) %: dh $@