Skip to content

Commit

Permalink
Build without spatialite
Browse files Browse the repository at this point in the history
libspatialite7 in focal depends on libproj15, which conflicts with
libproj22, and so installs of this fail.

I could build libspatialite7 again to depend on libproj22 but where will
it end? I don't need libspatialite atm
  • Loading branch information
craigds committed Nov 23, 2021
1 parent e2bd0da commit 13cca5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions gdal/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ Build-Depends: debhelper-compat (= 10),
libpq-dev,
libproj-dev (>= 6.0.0),
libqhull-dev,
libspatialite-dev,
libsqlite3-dev,
liburiparser-dev,
libwebp-dev,
Expand Down Expand Up @@ -116,7 +115,6 @@ Depends: libgdal29 (= ${binary:Version}),
libpq-dev,
libproj-dev (>= 6.0.0),
libqhull-dev,
libspatialite-dev,
libsqlite3-dev,
libtiff-dev,
liburiparser-dev,
Expand Down
2 changes: 1 addition & 1 deletion gdal/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ override_dh_auto_configure:
--with-proj=yes \
--with-qhull=yes \
--with-sosi=yes \
--with-spatialite=/usr \
--with-spatialite=no \
--with-sqlite3 \
--with-webp \
--with-xerces \
Expand Down

0 comments on commit 13cca5e

Please sign in to comment.