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:
Mark H Weaver 2018-04-07 21:00:59 -04:00
parent 81d98d7ef2
commit 78602fad57
No known key found for this signature in database
GPG key ID: 7CEF29847562C516

View file

@ -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.