mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: libgeotiff: Do not build static library.
* gnu/packages/geo.scm (libgeotiff)[arguments]: Add "--disable-static" in #:configure-flags.
This commit is contained in:
parent
517c55381e
commit
1ecadbfe60
1 changed files with 2 additions and 2 deletions
|
@ -259,8 +259,8 @@ (define-public libgeotiff
|
||||||
("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
|
||||||
|
|
Loading…
Reference in a new issue