gnu: libxext: Do not build static libraries.
* gnu/packages/xorg.scm (libxext)[arguments]: Add "--disable-static" in #:configure-flags.master
parent
56db9f6c60
commit
101be25e7d
|
@ -4576,13 +4576,13 @@ cannot be adequately worked around on the client side of the wire.")
|
||||||
(base32
|
(base32
|
||||||
"0azqxllcsfxc3ilhz6kwc6x7m8wc477p59ir9p0yrsldx766zbar"))))
|
"0azqxllcsfxc3ilhz6kwc6x7m8wc477p59ir9p0yrsldx766zbar"))))
|
||||||
(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"
|
||||||
,@(if (%current-target-system)
|
;; Disable zero malloc check that fails when cross-compiling.
|
||||||
'("--disable-malloc0returnsnull")
|
,@(if (%current-target-system)
|
||||||
'()))))
|
'("--disable-malloc0returnsnull")
|
||||||
|
'()))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("xorgproto" ,xorgproto)))
|
`(("xorgproto" ,xorgproto)))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Reference in New Issue