gnu: linux-libre: Add elfutils to native-inputs.
Suggested by Leo Famulari <leo@famulari.name> * gnu/packages/linux.scm (make-linux-libre)[native-inputs]: Add elfutils.
This commit is contained in:
parent
81d98d7ef2
commit
78602fad57
|
@ -284,6 +284,7 @@ for ARCH and optionally VARIANT, or #f if there is no such configuration."
|
||||||
("bc" ,bc)
|
("bc" ,bc)
|
||||||
("openssl" ,openssl)
|
("openssl" ,openssl)
|
||||||
("kmod" ,kmod)
|
("kmod" ,kmod)
|
||||||
|
("elfutils" ,elfutils) ; Needed to enable CONFIG_STACK_VALIDATION
|
||||||
("flex" ,flex)
|
("flex" ,flex)
|
||||||
("bison" ,bison)
|
("bison" ,bison)
|
||||||
;; On x86, build with GCC-7 for full retpoline support.
|
;; On x86, build with GCC-7 for full retpoline support.
|
||||||
|
|
Loading…
Reference in New Issue