3
5
Fork 0
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:
Maxime Devos 2021-08-25 14:42:15 +02:00 committed by Mathieu Othacehe
parent ddd4ceeeb3
commit 175705b971
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

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