guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/06: gnu: linux-libre: Add elfutils to native-inputs.


From: Mark H. Weaver
Subject: 06/06: gnu: linux-libre: Add elfutils to native-inputs.
Date: Mon, 9 Apr 2018 00:33:05 -0400 (EDT)

mhw pushed a commit to branch master
in repository guix.

commit 78602fad579cd73e26eb44e8ea4538ee88409e8b
Author: Mark H Weaver <address@hidden>
Date:   Sat Apr 7 21:00:59 2018 -0400

    gnu: linux-libre: Add elfutils to native-inputs.
    
    Suggested by Leo Famulari <address@hidden>
    
    * 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

[Prev in Thread] Current Thread [Next in Thread]