gnu: libgeotiff: Do not build static library.
* gnu/packages/geo.scm (libgeotiff)[arguments]: Add "--disable-static" in #:configure-flags.master
parent
517c55381e
commit
1ecadbfe60
|
@ -259,8 +259,8 @@ and driving.")
|
||||||
("proj" ,proj)))
|
("proj" ,proj)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
(list (string-append "--with-zlib")
|
(list "--disable-static"
|
||||||
(string-append "--with-jpeg")
|
"--with-zlib" "--with-jpeg"
|
||||||
(string-append "--with-libtiff=" (assoc-ref %build-inputs "libtiff")))))
|
(string-append "--with-libtiff=" (assoc-ref %build-inputs "libtiff")))))
|
||||||
(synopsis "Library for handling GeoTIFF (geographic enabled TIFF)")
|
(synopsis "Library for handling GeoTIFF (geographic enabled TIFF)")
|
||||||
(description "libgeotiff is a library on top of libtiff for reading and
|
(description "libgeotiff is a library on top of libtiff for reading and
|
||||||
|
|
Reference in New Issue