gnu: libgeotiff: Do not build static library.

* gnu/packages/geo.scm (libgeotiff)[arguments]: Add "--disable-static" in
 #:configure-flags.
This commit is contained in:
Marius Bakke 2020-01-07 14:28:53 +01:00
parent 517c55381e
commit 1ecadbfe60
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -259,8 +259,8 @@ (define-public libgeotiff
("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