gnu: libtiff: Do not build static libraries.
* gnu/packages/image.scm (libtiff)[arguments]: Add "--disable-static" in #:configure-flags.master
parent
d9cd568aea
commit
2874a33d71
|
@ -560,7 +560,8 @@ extracting icontainer icon files.")
|
||||||
`(#:configure-flags (list (string-append "--with-docdir="
|
`(#:configure-flags (list (string-append "--with-docdir="
|
||||||
(assoc-ref %outputs "doc")
|
(assoc-ref %outputs "doc")
|
||||||
"/share/doc/"
|
"/share/doc/"
|
||||||
,name "-" ,version))))
|
,name "-" ,version)
|
||||||
|
"--disable-static")))
|
||||||
(inputs `(("zlib" ,zlib)
|
(inputs `(("zlib" ,zlib)
|
||||||
("libjpeg" ,libjpeg)))
|
("libjpeg" ,libjpeg)))
|
||||||
(synopsis "Library for handling TIFF files")
|
(synopsis "Library for handling TIFF files")
|
||||||
|
|
Reference in New Issue