This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| kernel-tools.spec: 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} | |
| linux-6.4/tools/perf/util/symbol-elf.c:#if defined(HAVE_LIBBFD_SUPPORT) || defined(HAVE_CPLUS_DEMANGLE_SUPPORT) | |
| linux-6.4/tools/perf/util/symbol-elf.c:#elif defined(HAVE_CPLUS_DEMANGLE_SUPPORT) | |
| linux-6.4/tools/perf/Makefile.config: CFLAGS += -DHAVE_CPLUS_DEMANGLE_SUPPORT | |
| linux-6.4/tools/perf/Makefile.config: CXXFLAGS += -DHAVE_CPLUS_DEMANGLE_SUPPORT | |
| linux-6.4/tools/perf/util/demangle-cxx.cpp:#if defined(HAVE_LIBBFD_SUPPORT) || defined(HAVE_CPLUS_DEMANGLE_SUPPORT) | |
| linux-6.4/tools/perf/util/demangle-cxx.cpp:#elif defined(HAVE_CPLUS_DEMANGLE_SUPPORT) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git BUCK BUCK | |
| index 2c6743f..c78029f 100644 | |
| --- BUCK | |
| +++ BUCK | |
| @@ -1,10 +1,22 @@ | |
| prebuilt_jar( | |
| name = 'xmlbeans', | |
| - binary_jar = ':xmlbeans_jar', | |
| + binary_jar = ':xmlbeans_fixed_jar', | |
| +) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git tools/default.defs tools/default.defs | |
| index 2239026..5d57d68 100644 | |
| --- tools/default.defs | |
| +++ tools/default.defs | |
| @@ -80,7 +80,7 @@ def gerrit_plugin( | |
| type = 'plugin', | |
| visibility = ['PUBLIC']): | |
| from multiprocessing import cpu_count | |
| - mf_cmd = 'v=$(git describe HEAD);' | |
| + mf_cmd = 'v=\$(git describe HEAD);' |