gnu: earlyoom: Actually cross-compile.
* gnu/packages/linux.scm (earlyoom)[arguments]: Use CC-FOR-TARGET.
This commit is contained in:
		
							parent
							
								
									1f0e1c49aa
								
							
						
					
					
						commit
						15c8b1723a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -3007,7 +3007,7 @@ from the module-init-tools project.")
 | 
			
		|||
                        (install-file "contrib/notify_all_users.py" contrib)
 | 
			
		||||
                        #t))))
 | 
			
		||||
       #:make-flags (let* ((prefix (assoc-ref %outputs "out")))
 | 
			
		||||
                      (list "CC=gcc"
 | 
			
		||||
                      (list ,(string-append "CC=" (cc-for-target))
 | 
			
		||||
                            (string-append "VERSION=v" ,version)
 | 
			
		||||
                            (string-append "PREFIX=" prefix)
 | 
			
		||||
                            (string-append "SYSCONFDIR=" prefix "/etc")))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue