[SCM] pyspatialite branch, master, updated. upstream/2.6.1-2-g3e04de5

David Paleino dapal at debian.org
Sat Apr 23 07:42:30 UTC 2011


The following commit has been merged in the master branch:
commit 3e04de57bc95bfc8223631ed24f2d55a58ca7f6b
Author: David Paleino <dapal at debian.org>
Date:   Sat Apr 23 09:42:26 2011 +0200

    Fix linking

diff --git a/debian/patches/00-fix_build.patch b/debian/patches/00-fix_build.patch
index bcd0d7f..41341ea 100644
--- a/debian/patches/00-fix_build.patch
+++ b/debian/patches/00-fix_build.patch
@@ -4,11 +4,20 @@ Origin: vendor
 Forwarded: no
 
 ---
- setup.py |    9 +++++----
- 1 file changed, 5 insertions(+), 4 deletions(-)
+ setup.py |   11 ++++++-----
+ 1 file changed, 6 insertions(+), 5 deletions(-)
 
 --- pyspatialite.orig/setup.py
 +++ pyspatialite/setup.py
+@@ -44,7 +44,7 @@ sources = ["src/module.c", "src/connecti
+ 
+ include_dirs = []
+ library_dirs = []
+-libraries = ['geos','geos_c','proj']
++libraries = ['geos','geos_c','proj','spatialite']
+ runtime_library_dirs = []
+ extra_objects = []
+ define_macros = []
 @@ -113,13 +113,14 @@ def get_amalgamation():
  class MyBuildExt(build_ext):
  

-- 
Python interface to Spatialite



More information about the Pkg-grass-devel mailing list