[SCM] librasterlite branch, master, updated. debian/1.0-3-9-ge89a79a

David Paleino dapal at debian.org
Tue Sep 27 08:47:22 UTC 2011


The following commit has been merged in the master branch:
commit e89a79aed37a3d61f661c5822f0d314a198403c3
Author: David Paleino <dapal at debian.org>
Date:   Tue Sep 27 10:44:39 2011 +0200

    Link the library to sqlite3

diff --git a/debian/patches/01-fix_build.patch b/debian/patches/01-fix_build.patch
index bb7a7d4..df5c5a6 100644
--- a/debian/patches/01-fix_build.patch
+++ b/debian/patches/01-fix_build.patch
@@ -3,9 +3,9 @@ Subject: fix compile- and link-time issues
 Forwarded: no
 
 ---
- lib/Makefile.am |    1 +
+ lib/Makefile.am |    3 ++-
  src/Makefile.am |    5 +++--
- 2 files changed, 4 insertions(+), 2 deletions(-)
+ 2 files changed, 5 insertions(+), 3 deletions(-)
 
 --- librasterlite.orig/lib/Makefile.am
 +++ librasterlite/lib/Makefile.am
@@ -17,6 +17,14 @@ Forwarded: no
  
  lib_LTLIBRARIES = librasterlite.la 
  
+@@ -22,6 +23,6 @@ librasterlite_la_SOURCES = \
+ librasterlite_la_LDFLAGS = -version-info 1:0:1 -no-undefined
+ 
+ librasterlite_la_LIBADD = \
+-	-lepsilon \
++	-lepsilon -lsqlite3 \
+ 	-lgeotiff -ltiff -ljpeg -lpng -lspatialite -lproj
+ 
 --- librasterlite.orig/src/Makefile.am
 +++ librasterlite/src/Makefile.am
 @@ -10,6 +10,7 @@ bin_PROGRAMS =rasterlite_load \
diff --git a/debian/patches/03-fix_library_version.patch b/debian/patches/03-fix_library_version.patch
index da2f2a8..f0f9704 100644
--- a/debian/patches/03-fix_library_version.patch
+++ b/debian/patches/03-fix_library_version.patch
@@ -17,4 +17,4 @@ Forwarded: no
 +librasterlite_la_LDFLAGS = -version-info 2:0:1 -no-undefined
  
  librasterlite_la_LIBADD = \
- 	-lepsilon \
+ 	-lepsilon -lsqlite3 \

-- 
library supporting raster data sources for spatialite



More information about the Pkg-grass-devel mailing list