From 109f022e9d8937eeaaada5fd0350b77b888b3949 Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Thu, 24 May 2018 22:12:37 +0200 Subject: [PATCH] gnu: gdal: Fix configure flags. * gnu/packages/geo.scm (gdal)[arguments]: Fix configure flags. --- gnu/packages/geo.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index 9995ff3e88..2b655c22cf 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -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")