guix-commits
[Top][All Lists]
Advanced

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

09/10: gnu: libgeotiff: Do not build static library.


From: guix-commits
Subject: 09/10: gnu: libgeotiff: Do not build static library.
Date: Tue, 7 Jan 2020 12:20:06 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 1ecadbfe601de5d853bfe5be17154a8bc1df6cf8
Author: Marius Bakke <address@hidden>
AuthorDate: Tue Jan 7 14:28:53 2020 +0100

    gnu: libgeotiff: Do not build static library.
    
    * gnu/packages/geo.scm (libgeotiff)[arguments]: Add "--disable-static" in
     #:configure-flags.
---
 gnu/packages/geo.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index df65c75..32cdc2b 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -259,8 +259,8 @@ and driving.")
        ("proj" ,proj)))
     (arguments
      `(#:configure-flags
-       (list (string-append "--with-zlib")
-             (string-append "--with-jpeg")
+       (list "--disable-static"
+             "--with-zlib" "--with-jpeg"
              (string-append "--with-libtiff=" (assoc-ref %build-inputs 
"libtiff")))))
     (synopsis "Library for handling GeoTIFF (geographic enabled TIFF)")
     (description "libgeotiff is a library on top of libtiff for reading and



reply via email to

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