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)))
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue