[SCM] geos branch, master, updated. upstream/3.2.2-30-g04972d8
Francesco Paolo Lovergine
frankie at debian.org
Wed May 25 16:04:43 UTC 2011
The following commit has been merged in the master branch:
commit b15b2e44645edac018cf7de08fea5e69a3ab5fa9
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date: Wed May 25 14:45:27 2011 +0200
Forcing CFLAGS at building time.
diff --git a/debian/rules b/debian/rules
index fa25675..0e93c13 100755
--- a/debian/rules
+++ b/debian/rules
@@ -69,7 +69,7 @@ build: build-arch build-indep
build-arch: build-arch-stamp
build-arch-stamp: config.status
# Add here commands to compile the arch part of the package.
- $(MAKE)
+ CFLAGS="$(CFLAGS)" $(MAKE)
touch $@
build-indep: build-indep-stamp
--
Geometry engine for Geographic Information Systems
More information about the Pkg-grass-devel
mailing list