[SCM] spatialite branch, master, updated. upstream/2.4.0_rc4-39-g8d7c38a

David Paleino dapal at debian.org
Sat Oct 8 18:46:06 UTC 2011


The following commit has been merged in the master branch:
commit 8d7c38a88314034aa3a036c2abf703a26db4ca93
Author: David Paleino <dapal at debian.org>
Date:   Sat Oct 8 20:40:34 2011 +0200

    Fix quoting

diff --git a/debian/patches/01-fix_local_build.patch b/debian/patches/01-fix_local_build.patch
index 75b6a28..30593cc 100644
--- a/debian/patches/01-fix_local_build.patch
+++ b/debian/patches/01-fix_local_build.patch
@@ -139,7 +139,7 @@ Forwarded: not-needed
  
  fi
 +LIBSPATIALITE_CFLAGS=
-+LIBSPATIALITE_LIBS=-lspatialite -lsqlite3
++LIBSPATIALITE_LIBS="-lspatialite -lsqlite3"
  
  
  
@@ -152,7 +152,7 @@ Forwarded: not-needed
 -PKG_CHECK_MODULES([LIBSPATIALITE], [spatialite], , AC_MSG_ERROR(['libspatialite' is required but it doesn't seems to be installed on this system.]))
  PKG_CHECK_MODULES([LIBFREEXL], [freexl], , AC_MSG_ERROR(['libfreexl' is required but it doesn't seems to be installed on this system.]))
 +LIBSPATIALITE_CFLAGS=
-+LIBSPATIALITE_LIBS=-lspatialite -lsqlite3
++LIBSPATIALITE_LIBS="-lspatialite -lsqlite3"
  AC_SUBST(LIBSPATIALITE_CFLAGS)
  AC_SUBST(LIBSPATIALITE_LIBS)
  

-- 
geospatial extension for SQLite



More information about the Pkg-grass-devel mailing list