gnu: iniparser: Fix cross-compilation.
* gnu/packages/samba.scm (iniparser)[arguments]: Use CC-FOR-TARGET.master
parent
39f8ef2d16
commit
ebde5cfdf2
|
@ -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 New Issue