gnu: pixman: Do not build static libraries.
* gnu/packages/xdisorg.scm (pixman)[arguments]: New field.master
parent
f45a826f72
commit
92ab0841c0
|
@ -406,6 +406,8 @@ following the mouse.")
|
|||
"1ryxzdf048x7wsx4dlvrr1p00gzwfs7lybnhgc7ygbj0dvyxcrns"))
|
||||
(patches (search-patches "pixman-CVE-2016-5296.patch"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--disable-static")))
|
||||
(inputs
|
||||
`(("libpng" ,libpng)
|
||||
("zlib" ,zlib)))
|
||||
|
|
Reference in New Issue