mhw pushed a commit to branch master
in repository guix.

commit 78602fad579cd73e26eb44e8ea4538ee88409e8b
Author: Mark H Weaver <m...@netris.org>
Date:   Sat Apr 7 21:00:59 2018 -0400

    gnu: linux-libre: Add elfutils to native-inputs.
    
    Suggested by Leo Famulari <l...@famulari.name>
    
    * 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 c4aee1f..de8dc57 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -284,6 +284,7 @@ for ARCH and optionally VARIANT, or #f if there is no such 
configuration."
        ("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.

Reply via email to