gnu: linenoise: Fix cross-compilation.
* gnu/packages/shells.scm (linenoise)[arguments]: Use CC-FOR-TARGET.master
parent
3a169fe301
commit
39f8ef2d16
|
@ -600,8 +600,9 @@ operating system.")
|
||||||
"1z16qwix8z6a40fskdgxsibkqgdrp4q6ncp4n6hnv4r9iihy2d8r"))))
|
"1z16qwix8z6a40fskdgxsibkqgdrp4q6ncp4n6hnv4r9iihy2d8r"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;No tests are included
|
`(#:tests? #f ; no tests are included
|
||||||
#:make-flags (list "CC=gcc")
|
#:make-flags
|
||||||
|
(list ,(string-append "CC=" (cc-for-target)))
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(delete 'configure)
|
(delete 'configure)
|
||||||
|
|
Reference in New Issue