From 221a104248c3248459cbc849f482a429f83ca3d7 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Fri, 12 Jun 2020 22:53:22 +0200 Subject: 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 2073b55e6b964cb8ca15e8c74cb32dac00f05f0d and would prevent dependencies from being found. --- gnu/packages/linux.scm | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gnu/packages/linux.scm') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 0d7f60ca82..ff8c277f95 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -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 -- cgit v1.2.3