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>
This commit is contained in:
		
							parent
							
								
									211c3ac423
								
							
						
					
					
						commit
						afdeef0dcb
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -2441,6 +2441,7 @@ DRI (Direct Rendering Infrastructure) drivers.")
 | 
				
			||||||
          (base32
 | 
					          (base32
 | 
				
			||||||
            "1ql592pdhddhkipkrsxn929y9l2nn02a5fh2z3dx47kmzs5y006p"))))
 | 
					            "1ql592pdhddhkipkrsxn929y9l2nn02a5fh2z3dx47kmzs5y006p"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
 | 
					    (arguments `(#:configure-flags ',(malloc0-flags)))
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
      `(("libxrender" ,libxrender)
 | 
					      `(("libxrender" ,libxrender)
 | 
				
			||||||
        ("libxrandr" ,libxrandr)
 | 
					        ("libxrandr" ,libxrandr)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue