gnu: libxrender: Do not build static libraries.
* gnu/packages/xorg.scm (libxrender)[arguments]: Add "--disable-static" in #:configure-flags.master
parent
101be25e7d
commit
2f9b757677
|
@ -4670,10 +4670,10 @@ cannot be adequately worked around on the client side of the wire.")
|
||||||
(base32
|
(base32
|
||||||
"0j89cnb06g8x79wmmnwzykgkkfdhin9j7hjpvsxwlr3fz1wmjvf0"))))
|
"0j89cnb06g8x79wmmnwzykgkkfdhin9j7hjpvsxwlr3fz1wmjvf0"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
;; Disable zero malloc check that fails when cross-compiling.
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
(list
|
(list "--disable-static"
|
||||||
|
;; Disable zero malloc check that fails when cross-compiling.
|
||||||
,@(if (%current-target-system)
|
,@(if (%current-target-system)
|
||||||
'("--disable-malloc0returnsnull")
|
'("--disable-malloc0returnsnull")
|
||||||
'()))))
|
'()))))
|
||||||
|
|
Reference in New Issue