[SCM] geos branch, upstream, updated. upstream/3.3.2-56-g722309c

Francesco Paolo Lovergine frankie at debian.org
Thu May 17 18:32:10 UTC 2012


The following commit has been merged in the upstream 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