gnu: gdal: Fix configure flags.

* gnu/packages/geo.scm (gdal)[arguments]: Fix configure flags.
master
Julien Lepiller 2018-05-24 22:12:37 +02:00
parent c10679f5f1
commit 109f022e9d
No known key found for this signature in database
GPG Key ID: 43111F4520086A0C
1 changed files with 1 additions and 1 deletions

View File

@ -656,7 +656,7 @@ including functions for geolocation and routing.")
(with "--with-png" "libpng")
(with "--with-webp" "libwebp")
(with "--with-gif" "giflib")
(with "--with-jpeg" "libjpeg")
(with "--with-jpeg" "libjpeg-turbo")
(with "--with-libtiff" "libtiff")
(with "--with-geotiff" "libgeotiff")
(with "--with-libz" "zlib")