Disable kernel-headers only in Fedora
For ease of building on other targets that still build the headers in the same spec file, add a guard around the kernel headers [labbott: Add more commit text]
This commit is contained in:
parent
572a49234e
commit
25940548c9
@ -125,8 +125,10 @@ Summary: The Linux kernel
|
||||
%define debugbuildsenabled 0
|
||||
|
||||
# Kernel headers are being split out into a separate package
|
||||
%if 0%{fedora}
|
||||
%define with_headers 0
|
||||
%define with_cross_headers 0
|
||||
%endif
|
||||
|
||||
%if %{with_verbose}
|
||||
%define make_opts V=1
|
||||
|
Loading…
Reference in New Issue
Block a user