mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01: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:
parent
ddd4ceeeb3
commit
175705b971
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue