gnu: imapfilter: Cross-compile.
* gnu/packages/mail.scm (imapfilter)[arguments]: Use CC-FOR-TARGET.
This commit is contained in:
		
							parent
							
								
									6b23d48f09
								
							
						
					
					
						commit
						15586697c9
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -3741,7 +3741,7 @@ PGP handling, multiple servers, and secure connections.")
 | 
				
			||||||
     `(#:tests? #f
 | 
					     `(#:tests? #f
 | 
				
			||||||
       #:make-flags
 | 
					       #:make-flags
 | 
				
			||||||
       (list (string-append "PREFIX=" (assoc-ref %outputs "out"))
 | 
					       (list (string-append "PREFIX=" (assoc-ref %outputs "out"))
 | 
				
			||||||
             "CC=gcc")
 | 
					             (string-append "CC=" ,(cc-for-target)))
 | 
				
			||||||
       #:phases
 | 
					       #:phases
 | 
				
			||||||
       (modify-phases %standard-phases
 | 
					       (modify-phases %standard-phases
 | 
				
			||||||
         (delete 'configure))))         ; no configure script
 | 
					         (delete 'configure))))         ; no configure script
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue