mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: libtiff: Do not build static libraries.
* gnu/packages/image.scm (libtiff)[arguments]: Add "--disable-static" in #:configure-flags.
This commit is contained in:
parent
d9cd568aea
commit
2874a33d71
1 changed files with 2 additions and 1 deletions
|
@ -560,7 +560,8 @@ (define-public libtiff
|
|||
`(#:configure-flags (list (string-append "--with-docdir="
|
||||
(assoc-ref %outputs "doc")
|
||||
"/share/doc/"
|
||||
,name "-" ,version))))
|
||||
,name "-" ,version)
|
||||
"--disable-static")))
|
||||
(inputs `(("zlib" ,zlib)
|
||||
("libjpeg" ,libjpeg)))
|
||||
(synopsis "Library for handling TIFF files")
|
||||
|
|
Loading…
Reference in a new issue