[SCM] spatialite branch, master, updated. debian/3.0.0_beta20110817-2-1-g7b959ee

Francesco Paolo Lovergine frankie at debian.org
Thu Nov 3 14:44:19 UTC 2011


The following commit has been merged in the master branch:
commit 7b959ee6de0aa3c98e07e7dfc1a02b9b0656593a
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date:   Thu Nov 3 15:44:00 2011 +0100

    Fixed #638929

diff --git a/debian/changelog b/debian/changelog
index 4764c2b..ddfe221 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+spatialite (3.0.0~beta20110817-3) unstable; urgency=low
+
+  * Fixed linking order for sqlite3 in debian patch 00-systemlibs.patch.
+    (closes: #638929)
+
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Thu, 03 Nov 2011 15:39:36 +0100
+
 spatialite (3.0.0~beta20110817-2) unstable; urgency=low
 
   * Added 04-fix_missing_define.patch to re-add GAIA_WAVELET_BLOB support
diff --git a/debian/patches/00-systemlibs.patch b/debian/patches/00-systemlibs.patch
index 359be70..455ede7 100644
--- a/debian/patches/00-systemlibs.patch
+++ b/debian/patches/00-systemlibs.patch
@@ -80,7 +80,7 @@ Forwarded: no
 -	@GEOS_LIB_C@ \
 -	@GEOS_LIB@ \
 -	@PROJ_LIB@ \
-+spatialite_LDADD = -lsqlite3 @SPATIALITE_LIB@ \
++spatialite_LDADD = @SPATIALITE_LIB@ -lsqlite3 \
 +	-lgeos_c -lgeos -lproj \
  	-lm -lstdc++ -lpthread -ldl \
  	@READLINE_LIBS@
@@ -88,7 +88,7 @@ Forwarded: no
 -	@GEOS_LIB_C@ \
 -	@GEOS_LIB@ \
 -	@PROJ_LIB@ \
-+LDADD = -lsqlite3 @SPATIALITE_LIB@ \
++LDADD = @SPATIALITE_LIB@ -lsqlite3 \
 +	-lgeos_c -lgeos -lproj \
  	-lm -lstdc++ -lpthread -ldl
  endif

-- 
geospatial extension for SQLite



More information about the Pkg-grass-devel mailing list