diff options
author | Jason Tibbitts <tibbs@math.uh.edu> | 2016-08-04 04:06:46 -0500 |
---|---|---|
committer | Laura Abbott <labbott@fedoraproject.org> | 2016-08-05 02:18:24 -0700 |
commit | e986b232bb7a13d69114805245d0f42699e4829e (patch) | |
tree | c6bd9607aea0c48a6987c184e2b9261d80dcce5b /config-generic | |
parent | 2117aca69504d22b10c8304b8043a7331183ae80 (diff) | |
download | kernel-e986b232bb7a13d69114805245d0f42699e4829e.tar.gz kernel-e986b232bb7a13d69114805245d0f42699e4829e.tar.xz kernel-e986b232bb7a13d69114805245d0f42699e4829e.zip |
kernel.spec: Fix build dep on libelf-devel
The dependency on libelf-devel is wrapped in "%if %{with_perf}".
However, if you're building without perf (as fast-build.sh does) then
you don't have this installed and the build will complain:
Makefile:1037: "Cannot use CONFIG_STACK_VALIDATION, please install
libelf-dev, libelf-devel or elfutils-libelf-devel"
This just lifts the dependency out of the %if section.
Diffstat (limited to 'config-generic')
0 files changed, 0 insertions, 0 deletions