From 838db4fcc7863f5bd638a7ee2c8196c59f9a45f2 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 20 Dec 2019 21:39:22 +0530 Subject: gnu: gdal: Enable GPKG format driver. * gnu/packages/geo.scm (gdal)[inputs]: Enable sqlite. [arguments]: Add --with-sqlite3 to #:configure-flags. --- gnu/packages/geo.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index 2cf4eb9c6e..2c1fcd1996 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -609,6 +609,7 @@ development.") (with "--with-geotiff" "libgeotiff") (with "--with-libz" "zlib") (with "--with-expat" "expat") + (with "--with-sqlite3" "sqlite") "--with-pcre")) #:phases (modify-phases %standard-phases @@ -629,6 +630,7 @@ development.") ("libwebp" ,libwebp) ("pcre" ,pcre) ("proj" ,proj) + ("sqlite" ,sqlite) ("zlib" ,zlib))) (home-page "http://www.gdal.org/") (synopsis "Raster and vector geospatial data format library") -- cgit v1.2.3