[SCM] geos branch, master, updated. upstream/3.2.2-30-g04972d8

Francesco Paolo Lovergine frankie at debian.org
Wed May 25 16:04:42 UTC 2011


The following commit has been merged in the master branch:
commit 786f97f2021b181ff36310fcd8a6d00c7af7e85f
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date:   Wed May 25 14:22:38 2011 +0200

    Added -fpermessive

diff --git a/debian/changelog b/debian/changelog
index 5b6cd53..86c075f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,10 @@ geos (3.2.2-2) unstable; urgency=low
     (closes: #624949)
   * Added Bintree.cpp, Node.cpp, MonotoneChainBuilder.h, AbstractNode.cpp 
     patches to fix a missing header file inclusion in some files.
+  * Use -fpermessive at building time to work around some minor compatibility
+    problems which prevent a successuful building.
 
- -- Francesco Paolo Lovergine <frankie at debian.org>  Wed, 25 May 2011 13:23:46 +0200
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Wed, 25 May 2011 14:21:49 +0200
 
 geos (3.2.2-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index c68aca0..4ea057f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,7 +25,7 @@ else
 $(info Guessed geos version is $(VER))
 endif
 
-CFLAGS = -Wall -g
+CFLAGS = -Wall -g -fpermessive
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -O0

-- 
Geometry engine for Geographic Information Systems



More information about the Pkg-grass-devel mailing list