gnu: perf: Restore use of dependencies.
* gnu/packages/linux.scm (perf)[arguments]: Remove C_INCLUDE_PATH from
#:make-flags. It is no longer needed since the switch to C_INCLUDE_PATH
in 2073b55e6b
and would prevent
dependencies from being found.
master
parent
1eec6b0c01
commit
221a104248
|
@ -3711,11 +3711,6 @@ in a digital read-out.")
|
|||
#t)))
|
||||
#:make-flags (list (string-append "prefix="
|
||||
(assoc-ref %outputs "out"))
|
||||
;; Make sure the kernel headers are treated as system
|
||||
;; headers to suppress warnings from those.
|
||||
(string-append "C_INCLUDE_PATH="
|
||||
(assoc-ref %build-inputs "kernel-headers")
|
||||
"/include")
|
||||
"WERROR=0"
|
||||
|
||||
;; By default, 'config/Makefile' uses lib64 on
|
||||
|
|
Reference in New Issue