diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2021-01-04 12:54:35 -0600 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2021-01-04 12:54:35 -0600 |
commit | cd43701a37b41a01ecff8fc8fb6c01094c586ca7 (patch) | |
tree | b6ef4011a9f96d200e4c27d5b4db1a6cf9d63b68 | |
parent | cce64069888d52c5365655bb58dbf4845619c5d3 (diff) | |
download | kernel-cd43701a37b41a01ecff8fc8fb6c01094c586ca7.tar.gz kernel-cd43701a37b41a01ecff8fc8fb6c01094c586ca7.tar.xz kernel-cd43701a37b41a01ecff8fc8fb6c01094c586ca7.zip |
Add gcc-c++ buildreq for structleak_plugin
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
-rwxr-xr-x | kernel.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec index 5849c4b4f..35625247f 100755 --- a/kernel.spec +++ b/kernel.spec @@ -505,7 +505,7 @@ BuildRequires: gcc, binutils, redhat-rpm-config, hmaccalc, bison, flex BuildRequires: net-tools, hostname, bc, elfutils-devel BuildRequires: dwarves BuildRequires: python3-devel -BuildRequires: gcc-plugin-devel +BuildRequires: gcc-plugin-devel, gcc-c++ %if %{with_headers} BuildRequires: rsync %endif |