me
/
guix
Archived
1
0
Fork 0

gnu: iniparser: Fix cross-compilation.

* gnu/packages/samba.scm (iniparser)[arguments]: Use CC-FOR-TARGET.
master
Tobias Geerinckx-Rice 2020-06-02 19:27:11 +02:00
parent 39f8ef2d16
commit ebde5cfdf2
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -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