The following commit has been merged in the master branch:
commit 46286219aa22c8587c26370ab05f20d9952be2dd
Author: David Paleino <[email protected]>
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
_______________________________________________
Pkg-grass-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel