gnu: ncompress: Cross-compile.
* gnu/packages/compression.scm (ncompress)[arguments]: Use CC-FOR-TARGET.
This commit is contained in:
		
							parent
							
								
									09c3d1c1ff
								
							
						
					
					
						commit
						766b779404
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -2512,7 +2512,7 @@ possibly untrusted extraction shell script.")
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "090kksxrlqnsdc76fzz2j2ajc98mhmfwyn163ca2ia9niqmlpcm0"))))
 | 
					                "090kksxrlqnsdc76fzz2j2ajc98mhmfwyn163ca2ia9niqmlpcm0"))))
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     '(#:make-flags (list "CC=gcc"
 | 
					     `(#:make-flags (list (string-append "CC=" ,(cc-for-target))
 | 
				
			||||||
                          (string-append "BINDIR=" %output "/bin")
 | 
					                          (string-append "BINDIR=" %output "/bin")
 | 
				
			||||||
                          (string-append "MANDIR=" %output "/share/man/man1"))
 | 
					                          (string-append "MANDIR=" %output "/share/man/man1"))
 | 
				
			||||||
       #:phases (modify-phases %standard-phases
 | 
					       #:phases (modify-phases %standard-phases
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue