Fix cannot convert bfd* to bfd_architecture
This commit is contained in:
parent
ddb244914e
commit
a747716164
@ -1,6 +1,6 @@
|
|||||||
Name: bpftrace
|
Name: bpftrace
|
||||||
Version: 0.16.0
|
Version: 0.16.0
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: High-level tracing language for Linux eBPF
|
Summary: High-level tracing language for Linux eBPF
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
|
|
||||||
@ -35,6 +35,7 @@ and predecessor tracers such as DTrace and SystemTap.
|
|||||||
%build
|
%build
|
||||||
%cmake . \
|
%cmake . \
|
||||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||||
|
-DLIBBFD_LIBRARIES="${LIBBFD}" \
|
||||||
-DBUILD_TESTING:BOOL=OFF \
|
-DBUILD_TESTING:BOOL=OFF \
|
||||||
-DBUILD_SHARED_LIBS:BOOL=OFF \
|
-DBUILD_SHARED_LIBS:BOOL=OFF \
|
||||||
-DENABLE_LLVM_SHARED=1
|
-DENABLE_LLVM_SHARED=1
|
||||||
@ -66,6 +67,9 @@ find %{buildroot}%{_datadir}/%{name}/tools -type f -exec \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 15 2023 wulei <wu_lei@hoperun.com> - 0.16.0-3
|
||||||
|
- Fix cannot convert 'bfd*' to 'bfd_architecture'
|
||||||
|
|
||||||
* Sat Jul 15 2023 cf-zhao <zhaochuanfeng@huawei.com> - 0.16.0-2
|
* Sat Jul 15 2023 cf-zhao <zhaochuanfeng@huawei.com> - 0.16.0-2
|
||||||
- Fix issue after clang and llvm upgrade.
|
- Fix issue after clang and llvm upgrade.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user