From 6addac02845c4716ab697da2d55d59892adc92fd Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sun, 7 Jun 2009 21:44:44 +0200 Subject: [PATCH] rules: Pass CXXFLAGS as arguments to configure. ... instead of setting them in the environment - this is the recommended way. --- debian/changelog | 4 +++- debian/rules | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7370103..4801f33 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,11 +20,13 @@ pfstools (1.8.1-1) unstable; urgency=low - Use dh_install's --fail-missing instead of --list-missing. - Explicitly disable all features that are not available to ensure consistent builds - currently this is matlab, jpeghdr and gdal. + - Pass CXXFLAGS as arguments to configure instead of setting them in the + environment - this is the recommended way. * debian/control, debian/rules: - Use ${octave:Depends} and octave3.0-depends instead of explicitly depending on octave3.0. - -- Sebastian Harl Sun, 07 Jun 2009 21:41:14 +0200 + -- Sebastian Harl Sun, 07 Jun 2009 21:44:02 +0200 pfstools (1.6.4-2) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 06c0f3e..96fccbc 100755 --- a/debian/rules +++ b/debian/rules @@ -46,7 +46,7 @@ config.status: configure $(DPATCH_STAMPFN) fi \ done - CXXFLAGS="$(CXXFLAGS)" ./configure $(confflags) + ./configure $(confflags) CXXFLAGS="$(CXXFLAGS)" build: build-stamp -- 2.30.2