From 78602fad579cd73e26eb44e8ea4538ee88409e8b Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Sat, 7 Apr 2018 21:00:59 -0400 Subject: [PATCH] gnu: linux-libre: Add elfutils to native-inputs. Suggested by Leo Famulari * gnu/packages/linux.scm (make-linux-libre)[native-inputs]: Add elfutils. --- gnu/packages/linux.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index c4aee1fe5b..de8dc572de 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -284,6 +284,7 @@ (define* (make-linux-libre version hash supported-systems ("bc" ,bc) ("openssl" ,openssl) ("kmod" ,kmod) + ("elfutils" ,elfutils) ; Needed to enable CONFIG_STACK_VALIDATION ("flex" ,flex) ("bison" ,bison) ;; On x86, build with GCC-7 for full retpoline support.