diff options
author | Alice Ferrazzi <alicef@gentoo.org> | 2018-01-18 15:41:17 +0000 |
---|---|---|
committer | Alice Ferrazzi <alicef@gentoo.org> | 2018-02-07 07:36:20 +0000 |
commit | f9b2693b32b7c7c7c561ae417cbd757624184327 (patch) | |
tree | 9608cb2bbed726a7bed1c54fd955cd11f115b360 /eclass/kernel-2.eclass | |
parent | x11-terms/kitty: use tempdir for config directory for tests (diff) | |
download | gentoo-f9b2693b32b7c7c7c561ae417cbd757624184327.tar.gz gentoo-f9b2693b32b7c7c7c561ae417cbd757624184327.tar.bz2 gentoo-f9b2693b32b7c7c7c561ae417cbd757624184327.zip |
Cannot generate ORC metadata for CONFIG_UNWINDER_ORC=y
New 4.14 kernel is using CONFIG_UNWINDER_ORC=y by default
but having USE="minimal" is removing virtual/libelf,
this is breaking the Kernel compilation.
Closes: https://github.com/gentoo/gentoo/pull/6898
Diffstat (limited to 'eclass/kernel-2.eclass')
-rw-r--r-- | eclass/kernel-2.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass index a42d5f5ec24b..6ffbd37f300e 100644 --- a/eclass/kernel-2.eclass +++ b/eclass/kernel-2.eclass @@ -606,6 +606,7 @@ if [[ ${ETYPE} == sources ]]; then sys-devel/make dev-lang/perl sys-devel/bc + virtual/libelf )" SLOT="${PVR}" |