mirror of
https://abf.rosa.ru/djam/kernel-5.15.git
synced 2025-02-23 18:42:55 +00:00
fix perf
This commit is contained in:
parent
a182d5061a
commit
6e0e21189d
1 changed files with 1 additions and 1 deletions
|
@ -1652,7 +1652,7 @@ cat ../kernel_exclude_debug_files.%{flavour} >> $kernel_files
|
|||
LC_ALL=C sed -ri "s/^EXTRAVERSION.*/EXTRAVERSION = -%{fullrpmrel}/" Makefile
|
||||
|
||||
%if %{build_perf}
|
||||
%smake -C tools/perf -s HAVE_CPLUS_DEMANGLE=1 prefix=%{_prefix} lib=%{_lib} NO_GTK2=1 all
|
||||
%smake -C tools/perf -s HAVE_CPLUS_DEMANGLE=1 WERROR=0 prefix=%{_prefix} lib=%{_lib} NO_GTK2=1 all
|
||||
%smake -C tools/perf -s prefix=%{_prefix} lib=%{_lib} NO_GTK2=1 man
|
||||
%endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue