me
/
guix
Archived
1
0
Fork 0

gnu: libxext: Do not build static libraries.

* gnu/packages/xorg.scm (libxext)[arguments]: Add "--disable-static" in
  #:configure-flags.
master
Marius Bakke 2019-12-04 04:49:29 +01:00
parent 56db9f6c60
commit 101be25e7d
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 5 additions and 5 deletions

View File

@ -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