mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: efivar: Use correct compiler when cross compiling.
* gnu/packages/linux.scm (efivar)[arguments]: Adjust make-flags to set CC and not CC_FOR_BUILD.
This commit is contained in:
parent
1110479d2d
commit
c54087a853
1 changed files with 1 additions and 1 deletions
|
@ -6758,7 +6758,7 @@ (define-public efivar
|
|||
#:make-flags
|
||||
#~(list (string-append "prefix=" #$output)
|
||||
(string-append "libdir=" #$output "/lib")
|
||||
(string-append "CC_FOR_BUILD=" #$(cc-for-target))
|
||||
(string-append "CC=" #$(cc-for-target))
|
||||
(string-append "LDFLAGS=-Wl,-rpath=" #$output "/lib"))
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue