gnu: squashfs-tools: Cross compile.
* gnu/packages/compression.scm (squashfs-tools)[arguments]: Use cc-for-target in make-flags.
This commit is contained in:
		
							parent
							
								
									dfb4a28575
								
							
						
					
					
						commit
						c0040f0ed0
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -848,9 +848,9 @@ time for compression ratio.")
 | 
				
			||||||
                "0zmhvczscqz0mzh4b9m8m42asq14db0a6lc8clp5ljq5ybrv70d9"))))
 | 
					                "0zmhvczscqz0mzh4b9m8m42asq14db0a6lc8clp5ljq5ybrv70d9"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     '(#:tests? #f                      ; no check target
 | 
					     `(#:tests? #f                      ; no check target
 | 
				
			||||||
       #:make-flags
 | 
					       #:make-flags
 | 
				
			||||||
       (list "CC=gcc"
 | 
					       (list (string-append "CC=" ,(cc-for-target))
 | 
				
			||||||
             "XZ_SUPPORT=1"
 | 
					             "XZ_SUPPORT=1"
 | 
				
			||||||
             "LZO_SUPPORT=1"
 | 
					             "LZO_SUPPORT=1"
 | 
				
			||||||
             "LZ4_SUPPORT=1"
 | 
					             "LZ4_SUPPORT=1"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue