diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2021-11-24 12:14:28 -0600 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2021-11-24 12:14:28 -0600 |
commit | f381a440d3fa5705253011402f9e856e58f40f46 (patch) | |
tree | 6572b98e87ee34375de7a14928a9cae730a736a7 /kernel.spec | |
parent | 2a9209f999f5013d2f288ee295ac529ff7ed4119 (diff) | |
download | kernel-f381a440d3fa5705253011402f9e856e58f40f46.tar.gz kernel-f381a440d3fa5705253011402f9e856e58f40f46.tar.xz kernel-f381a440d3fa5705253011402f9e856e58f40f46.zip |
Turn off dynamic libbpf for eln
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'kernel.spec')
-rwxr-xr-x | kernel.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec index 6d342b311..2b857521d 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 |