me
/
guix
Archived
1
0
Fork 0

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
Ludovic Courtès 2020-06-12 22:53:22 +02:00
parent 1eec6b0c01
commit 221a104248
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 0 additions and 5 deletions

View File

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