The following commit has been merged in the master branch: commit f24e7fe4af0e2750479f7b337c33e821518e72d1 Author: David Paleino <da...@debian.org> Date: Sat Dec 1 21:47:22 2012 +0100
Fix linking to geos_c diff --git a/debian/patches/00-fix_buildsystem.patch b/debian/patches/00-fix_buildsystem.patch index d9e8709..ebb1ee2 100644 --- a/debian/patches/00-fix_buildsystem.patch +++ b/debian/patches/00-fix_buildsystem.patch @@ -4,9 +4,10 @@ Origin: vendor Forwarded: no --- + Makefile.am | 2 +- configure.ac | 2 +- m4/.gitignore | 1 + - 2 files changed, 2 insertions(+), 1 deletion(-) + 3 files changed, 3 insertions(+), 2 deletions(-) --- spatialite-gui.orig/configure.ac +++ spatialite-gui/configure.ac @@ -23,3 +24,14 @@ Forwarded: no +++ spatialite-gui/m4/.gitignore @@ -0,0 +1 @@ +# empty dir to make "autoreconf" work +--- spatialite-gui.orig/Makefile.am ++++ spatialite-gui/Makefile.am +@@ -13,7 +13,7 @@ spatialite_gui_SOURCES = Classdef.h Blob + TextCsv.cpp + + LDADD = @WX_LIBS@ @LIBGAIAGRAPHICS_LIBS@ @LIBSPATIALITE_LIBS@ \ +- @LIBFREEXL_LIBS@ ++ @LIBFREEXL_LIBS@ -lgeos_c + + EXTRA_DIST = Makefile-static-MinGW \ + Makefile-static-Linux \ -- user-friendly graphical user interface for spatialite _______________________________________________ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel