gnu: libgeotiff: Do not build static library.
authorMarius Bakke <mbakke@fastmail.com>
Tue, 7 Jan 2020 13:28:53 +0000 (14:28 +0100)
committerMarius Bakke <mbakke@fastmail.com>
Tue, 7 Jan 2020 17:18:12 +0000 (18:18 +0100)
* gnu/packages/geo.scm (libgeotiff)[arguments]: Add "--disable-static" in
 #:configure-flags.

gnu/packages/geo.scm

index df65c75..32cdc2b 100644 (file)
@@ -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