[SCM] librasterlite branch, master, updated. debian/1.1_svn11-2-21-gbf44c23
David Paleino
dapal at debian.org
Sun Dec 2 11:05:44 UTC 2012
The following commit has been merged in the master branch:
commit 81c7ae56fcfd12a2bc99f5f6c5b6b5a9372f3357
Author: David Paleino <dapal at debian.org>
Date: Sun Dec 2 11:30:45 2012 +0100
Also link to sqlite
diff --git a/debian/patches/01-fix_build.patch b/debian/patches/01-fix_build.patch
index 7fe80a8..99d363c 100644
--- a/debian/patches/01-fix_build.patch
+++ b/debian/patches/01-fix_build.patch
@@ -25,7 +25,7 @@ Forwarded: no
librasterlite_la_LIBADD = @LIBSPATIALITE_LIBS@ @LIBPNG_LIBS@ \
- -lgeotiff -ltiff -ljpeg -lspatialite -lproj
-+ -lgeotiff -ltiff -ljpeg -lspatialite
++ -lgeotiff -ltiff -ljpeg -lspatialite -lsqlite3
MOSTLYCLEANFILES = *.gcna *.gcno *.gcda
--- librasterlite.orig/src/Makefile.am
@@ -44,7 +44,7 @@ Forwarded: no
LDADD = ../lib/.libs/librasterlite.a \
@LIBSPATIALITE_LIBS@ @LIBPNG_LIBS@ \
- -lgeotiff -ltiff -ljpeg -lspatialite -lproj
-+ -lsqlite3 -lm \
++ -lsqlite3 -lm \
+ -lgeotiff -ltiff -lspatialite
MOSTLYCLEANFILES = *.gcna *.gcno *.gcda
diff --git a/debian/patches/03-fix_library_version.patch b/debian/patches/03-fix_library_version.patch
index 7fa58b7..102e727 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:0 -no-undefined
librasterlite_la_LIBADD = @LIBSPATIALITE_LIBS@ @LIBPNG_LIBS@ \
- -lgeotiff -ltiff -ljpeg -lspatialite
+ -lgeotiff -ltiff -ljpeg -lspatialite -lsqlite3
--
library supporting raster data sources for spatialite
More information about the Pkg-grass-devel
mailing list