gnu: xev: Pass --disable-malloc0returnsnull when cross-compiling.
This fixes a configure error when cross-compiling and doesn't cause any rebuilds. * gnu/packages/xorg.scm (xev)[arguments]<#:configure-flags>: Add malloc0flags. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>master
parent
211c3ac423
commit
afdeef0dcb
|
@ -2441,6 +2441,7 @@ DRI (Direct Rendering Infrastructure) drivers.")
|
|||
(base32
|
||||
"1ql592pdhddhkipkrsxn929y9l2nn02a5fh2z3dx47kmzs5y006p"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments `(#:configure-flags ',(malloc0-flags)))
|
||||
(inputs
|
||||
`(("libxrender" ,libxrender)
|
||||
("libxrandr" ,libxrandr)
|
||||
|
|
Reference in New Issue