[SCM] spatialite branch, master, updated. debian/4.0.0-1-32-gd8d4b0b

Bas Couwenberg sebastic at xs4all.nl
Sat Dec 14 15:10:47 UTC 2013


The following commit has been merged in the master branch:
commit 315674c2fd26efb321003a8720a029b642973c8a
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Dec 14 15:27:28 2013 +0100

    Add 11-link-libxml2.patch to link libxml2 when building test cases.

diff --git a/debian/changelog b/debian/changelog
index 8c69a58..b1f4482 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 spatialite (4.1.1-5) UNRELEASED; urgency=low
 
   * Enable building with libxml2 support.
+  * Add 11-link-libxml2.patch to link libxml2 when building test cases.
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Sat, 14 Dec 2013 14:49:50 +0100
 
diff --git a/debian/patches/11-link-libxml2.patch b/debian/patches/11-link-libxml2.patch
new file mode 100644
index 0000000..bf0bcf3
--- /dev/null
+++ b/debian/patches/11-link-libxml2.patch
@@ -0,0 +1,14 @@
+Description: Link libxml2 for successfull test case build.
+Author: Bas Couwenberg <sebastic at xs4all.nl>
+Last-Update: 2013-12-14
+--- a/test/Makefile.am
++++ b/test/Makefile.am
+@@ -82,7 +82,7 @@ check_PROGRAMS += \
+ endif
+ 
+ AM_CFLAGS = -I at srcdir@/../src/headers -I at srcdir@
+-AM_LDFLAGS = -L../src -lspatialite -lm $(GCOV_FLAGS)
++AM_LDFLAGS = -L../src -lspatialite -lm -lxml2 $(GCOV_FLAGS)
+ 
+ TESTS = $(check_PROGRAMS)
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 739cb7d..4c5c565 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 00-add_automake_foreign.patch
 07-fix_spatialite_pc.patch
 10-automake-subdir-objects.patch
+11-link-libxml2.patch

-- 
geospatial extension for SQLite



More information about the Pkg-grass-devel mailing list