已开启
Fix cannot convert bfd* to bfd_architecture #40
AtomGit-Bot创建于 2024年7月2日
Fix cannot convert bfd* to bfd_architecture #40
已开启
AtomGit-Bot创建于 2024年7月2日
refs/pull/40/head合入到openEuler-22.03-LTS-SP4
1 个文件变更+5-1
Mbpftrace.spec+5-1
@@ -1,6 +1,6 @@
1Name: bpftrace1Name: bpftrace
2Version: 0.14.12Version: 0.14.1
3-Release: 43+Release: 5
4Summary: High-level tracing language for Linux eBPF4Summary: High-level tracing language for Linux eBPF
5License: ASL 2.05License: ASL 2.0
6 6 
@@ -36,6 +36,7 @@ and predecessor tracers such as DTrace and SystemTap.
36%build36%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=142 -DENABLE_LLVM_SHARED=1
@@ -66,6 +67,9 @@ find %{buildroot}%{_datadir}/%{name}/tools -type f -exec \
66 67 
67 68 
68%changelog69%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-473* 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 error74- Use a functional interface depending on the version to fix build error
71 75