mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: libxxf85vm: Add --disable-malloc0-returnsnull when necessary.
* gnu/packages/xorg.scm (libxxf86vm)[arguments]<#:configure-flags>: Add malloc0-flags.
This commit is contained in:
committed by
Mathieu Othacehe
parent
ddd4ceeeb3
commit
175705b971
@@ -5301,7 +5301,7 @@ new API's in libXft, or the legacy API's in libX11.")
|
||||
"0mydhlyn72i7brjwypsqrpkls3nm6vxw0li8b2nw0caz7kwjgvmg"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--disable-static")))
|
||||
`(#:configure-flags '("--disable-static" ,@(malloc0-flags))))
|
||||
(propagated-inputs
|
||||
`(("libxext" ,libxext)
|
||||
("xorgproto" ,xorgproto)))
|
||||
|
||||
Reference in New Issue
Block a user