[DebianGIS-dev] [SCM] mapnik branch, master, updated. debian/0.6.1-1-46-g2e31b2a

David Paleino dapal at debian.org
Sat Feb 20 23:13:30 UTC 2010


The following commit has been merged in the master branch:
commit 46286219aa22c8587c26370ab05f20d9952be2dd
Author: David Paleino <dapal at debian.org>
Date:   Sat Feb 20 17:10:24 2010 +0100

    debian/rules: fix wrong passing of CFLAGS

diff --git a/debian/rules b/debian/rules
index 6fed138..51a0aed 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@ else
 endif
 
 override_dh_auto_configure:
-	scons $(SCONS_FLAGS) $(CFLAGS) configure
+	scons $(SCONS_FLAGS) CCFLAGS="$(CFLAGS)" configure
 	dh_auto_configure
 
 override_dh_auto_build:

-- 
C++/Python toolkit for developing GIS applications



More information about the Pkg-grass-devel mailing list