me
/
guix
Archived
1
0
Fork 0

gnu: libxvmc: Pass --disable-malloc0returnsnull when cross-compiling.

This fixes a configure error when cross-compiling and doesn't
cause any rebuilds.

* gnu/packages/xorg.scm (libxvmc)[arguments]<#:configure-flags>:
  Add malloc0flags.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
master
Maxime Devos 2021-09-23 23:49:42 +02:00 committed by Mathieu Othacehe
parent 4b339c7e3d
commit 38df0c0334
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 1 additions and 1 deletions

View File

@ -5272,7 +5272,7 @@ new API's in libXft, or the legacy API's in libX11.")
"1kbdjsvkm5l7axv7g477qj18sab2wnqhliy6197syzizgfbsfgbb")))) "1kbdjsvkm5l7axv7g477qj18sab2wnqhliy6197syzizgfbsfgbb"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:configure-flags '("--disable-static"))) `(#:configure-flags '(,@(malloc0-flags) "--disable-static")))
(propagated-inputs (propagated-inputs
`(("libxv" ,libxv))) `(("libxv" ,libxv)))
(inputs (inputs