The following commit has been merged in the master branch: commit 7b959ee6de0aa3c98e07e7dfc1a02b9b0656593a Author: Francesco Paolo Lovergine <fran...@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 <fran...@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 _______________________________________________ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel