guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: gdal: Fix configure flags.


From: julien lepiller
Subject: 01/01: gnu: gdal: Fix configure flags.
Date: Thu, 24 May 2018 16:15:04 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 109f022e9d8937eeaaada5fd0350b77b888b3949
Author: Julien Lepiller <address@hidden>
Date:   Thu May 24 22:12:37 2018 +0200

    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 9995ff3..2b655c2 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]