gnu: iniparser: Fix cross-compilation.
* gnu/packages/samba.scm (iniparser)[arguments]: Use CC-FOR-TARGET.
This commit is contained in:
		
							parent
							
								
									39f8ef2d16
								
							
						
					
					
						commit
						ebde5cfdf2
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -124,7 +124,7 @@ the Linux kernel CIFS client.") | |||
|     (build-system gnu-build-system) | ||||
|     (arguments | ||||
|      `(#:make-flags | ||||
|        (list "CC=gcc") | ||||
|        (list ,(string-append "CC=" (cc-for-target))) | ||||
|        #:phases | ||||
|        (modify-phases %standard-phases | ||||
|          (replace 'configure | ||||
|  |  | |||
		Reference in a new issue