diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2021-01-05 08:57:39 -0600 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2021-01-05 08:57:39 -0600 |
commit | 5934d86345c6625560809611322e35f44f3151a4 (patch) | |
tree | f0167f615d34fccd958f9bf9f9289d3c2b73a26b /kernel.spec | |
parent | 51aa5c5b1d358b0ca3334ad97ab57570830d324c (diff) | |
download | kernel-5934d86345c6625560809611322e35f44f3151a4.tar.gz kernel-5934d86345c6625560809611322e35f44f3151a4.tar.xz kernel-5934d86345c6625560809611322e35f44f3151a4.zip |
Build fixes
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'kernel.spec')
-rwxr-xr-x | kernel.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec index 35625247f..a129f8cc9 100755 --- a/kernel.spec +++ b/kernel.spec @@ -379,6 +379,7 @@ Summary: The Linux kernel %define make_target vmlinux %define kernel_image vmlinux %define kernel_image_elf 1 +%define use_vdso 0 %define all_arch_configs kernel-%{version}-ppc64le*.config %endif @@ -742,6 +743,7 @@ Source4000: README.rst Patch1: patch-%{rpmversion}-redhat.patch Patch2: secureboot_merge_fix.patch +Patch3: gcc11-plugins-fix.patch %endif # empty final patch to facilitate testing of kernel patches @@ -1246,6 +1248,7 @@ cp -a %{SOURCE1} . ApplyOptionalPatch patch-%{rpmversion}-redhat.patch ApplyOptionalPatch secureboot_merge_fix.patch +ApplyOptionalPatch gcc11-plugins-fix.patch %endif ApplyOptionalPatch linux-kernel-test.patch |