mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: perf: Set 'CC'.
* gnu/packages/linux.scm (perf)[arguments]: Add "CC=gcc" to #:make-flags. This fixes a (harmless?) error message during the 'configure' phase.
This commit is contained in:
parent
221a104248
commit
ff30860b63
1 changed files with 1 additions and 0 deletions
|
@ -3711,6 +3711,7 @@ in a digital read-out.")
|
||||||
#t)))
|
#t)))
|
||||||
#:make-flags (list (string-append "prefix="
|
#:make-flags (list (string-append "prefix="
|
||||||
(assoc-ref %outputs "out"))
|
(assoc-ref %outputs "out"))
|
||||||
|
"CC=gcc"
|
||||||
"WERROR=0"
|
"WERROR=0"
|
||||||
|
|
||||||
;; By default, 'config/Makefile' uses lib64 on
|
;; By default, 'config/Makefile' uses lib64 on
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue