已开启
Fix cannot convert bfd* to bfd_architecture #40
AtomGit-Bot创建于 2024年7月2日
Fix cannot convert bfd* to bfd_architecture #40
已开启
从refs/pull/40/head合入到openEuler-22.03-LTS-SP4
共 1 个文件变更+5-1
| @@ -1,6 +1,6 @@ | |||
| 1 | Name: bpftrace | 1 | Name: bpftrace |
| 2 | Version: 0.14.1 | 2 | Version: 0.14.1 |
| 3 | -Release: 4 | 3 | +Release: 5 |
| 4 | Summary: High-level tracing language for Linux eBPF | 4 | Summary: High-level tracing language for Linux eBPF |
| 5 | License: ASL 2.0 | 5 | License: ASL 2.0 |
| 6 | 6 | ||
| @@ -36,6 +36,7 @@ and predecessor tracers such as DTrace and SystemTap. | |||
| 36 | %build | 36 | %build |
| 37 | %cmake . \ | 37 | %cmake . \ |
| 38 | -DCMAKE_BUILD_TYPE=RelWithDebInfo \ | 38 | -DCMAKE_BUILD_TYPE=RelWithDebInfo \ |
| 39 | + -DLIBBFD_LIBRARIES="${LIBBFD}" \ | ||
| 39 | -DBUILD_TESTING:BOOL=OFF \ | 40 | -DBUILD_TESTING:BOOL=OFF \ |
| 40 | -DBUILD_SHARED_LIBS:BOOL=OFF \ | 41 | -DBUILD_SHARED_LIBS:BOOL=OFF \ |
| 41 | -DENABLE_LLVM_SHARED=1 | 42 | -DENABLE_LLVM_SHARED=1 |
| @@ -66,6 +67,9 @@ find %{buildroot}%{_datadir}/%{name}/tools -type f -exec \ | |||
| 66 | 67 | ||
| 67 | 68 | ||
| 68 | %changelog | 69 | %changelog |
| 70 | +* Tue Jul 2 2024 hefq343<fengqing.he@shingroup.cn> - 0.14.1-5 | ||
| 71 | +- Fix cannot convert 'bfd*' to 'bfd_architecture' | ||
| 72 | + | ||
| 69 | * Fri Nov 11 2022 xu_ping <xuping33@h-partners.com> - 0.14.1-4 | 73 | * Fri Nov 11 2022 xu_ping <xuping33@h-partners.com> - 0.14.1-4 |
| 70 | - Use a functional interface depending on the version to fix build error | 74 | - Use a functional interface depending on the version to fix build error |
| 71 | 75 | ||