mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
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>
This commit is contained in:
parent
4b339c7e3d
commit
38df0c0334
1 changed files with 1 additions and 1 deletions
|
@ -5272,7 +5272,7 @@ (define-public libxvmc
|
|||
"1kbdjsvkm5l7axv7g477qj18sab2wnqhliy6197syzizgfbsfgbb"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--disable-static")))
|
||||
`(#:configure-flags '(,@(malloc0-flags) "--disable-static")))
|
||||
(propagated-inputs
|
||||
`(("libxv" ,libxv)))
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue