[librewms] 03/05: Add patch to link sqlite3 too when linking spatialite.

Bas Couwenberg sebastic at xs4all.nl
Sat Nov 22 18:29:31 UTC 2014


This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository librewms.

commit 6f15fb6e573c84cbe4cb20d32c48d5b54ded2ed6
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Nov 22 14:53:13 2014 +0100

    Add patch to link sqlite3 too when linking spatialite.
---
 debian/patches/link-sqlite3.patch | 14 ++++++++++++++
 debian/patches/series             |  1 +
 2 files changed, 15 insertions(+)

diff --git a/debian/patches/link-sqlite3.patch b/debian/patches/link-sqlite3.patch
new file mode 100644
index 0000000..73b0e8c
--- /dev/null
+++ b/debian/patches/link-sqlite3.patch
@@ -0,0 +1,14 @@
+Description: Also link sqlite3 when linking spatialite.
+Author: Bas Couwenberg <sebastic at xs4all.nl>
+
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -9,7 +9,7 @@ LibreWMS_SOURCES = Classdef.h Main.cpp \
+ 	Dialogs.cpp MapView.cpp \
+ 	LayerTree.cpp Printer.cpp 
+ 
+-LDADD = @WX_LIBS@ @LIBRASTERLITE2_LIBS@ @LIBSPATIALITE_LIBS@ 
++LDADD = @WX_LIBS@ @LIBRASTERLITE2_LIBS@ @LIBSPATIALITE_LIBS@ -lsqlite3
+ 
+ EXTRA_DIST = Makefile-static-MinGW \
+ 	indent_me
diff --git a/debian/patches/series b/debian/patches/series
index 8d23311..3fcee36 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 configure.ac
+link-sqlite3.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/librewms.git



More information about the Pkg-grass-devel mailing list