diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2021-11-08 13:03:12 -0600 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2021-11-08 13:03:12 -0600 |
commit | 323afd9d3950b6e266dcc14eb24f1bf1fb00e107 (patch) | |
tree | 5b30bd0795c1c0f550d8cb4ed16bb59727807bfb | |
parent | bdcb5c7087de752a54b22a7c40211cab0feb4447 (diff) | |
download | kernel-323afd9d3950b6e266dcc14eb24f1bf1fb00e107.tar.gz kernel-323afd9d3950b6e266dcc14eb24f1bf1fb00e107.tar.xz kernel-323afd9d3950b6e266dcc14eb24f1bf1fb00e107.zip |
Turn off dynamic libbpf for perf until libbpf is updated
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 1bb65c84f..765ab0e46 100755 --- a/kernel.spec +++ b/kernel.spec @@ -2184,7 +2184,7 @@ InitBuildVars %global perf_build_extra_opts CORESIGHT=1 %endif %global perf_make \ - %{__make} %{?make_opts} EXTRA_CFLAGS="${RPM_OPT_FLAGS}" LDFLAGS="%{__global_ldflags}" %{?cross_opts} -C tools/perf V=1 NO_PERF_READ_VDSO32=1 NO_PERF_READ_VDSOX32=1 WERROR=0 NO_LIBUNWIND=1 HAVE_CPLUS_DEMANGLE=1 NO_GTK2=1 NO_STRLCPY=1 NO_BIONIC=1 LIBBPF_DYNAMIC=1 LIBTRACEEVENT_DYNAMIC=1 %{?perf_build_extra_opts} prefix=%{_prefix} PYTHON=%{__python3} + %{__make} %{?make_opts} EXTRA_CFLAGS="${RPM_OPT_FLAGS}" LDFLAGS="%{__global_ldflags}" %{?cross_opts} -C tools/perf V=1 NO_PERF_READ_VDSO32=1 NO_PERF_READ_VDSOX32=1 WERROR=0 NO_LIBUNWIND=1 HAVE_CPLUS_DEMANGLE=1 NO_GTK2=1 NO_STRLCPY=1 NO_BIONIC=1 LIBTRACEEVENT_DYNAMIC=1 %{?perf_build_extra_opts} prefix=%{_prefix} PYTHON=%{__python3} %if %{with_perf} # perf # make sure check-headers.sh is executable |