mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01: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 @@ extracting icontainer icon files.")
|
|||
`(#: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…
Add table
Reference in a new issue