diff --git a/bpftrace.spec b/bpftrace.spec index 2d2e5a2fd5f1151c4751fd784cab9d9c98a80c0e..0d10b5fbf3446cc7f7f963aa287a33a9eb2b3e79 100644 --- a/bpftrace.spec +++ b/bpftrace.spec @@ -1,6 +1,6 @@ Name: bpftrace Version: 0.14.1 -Release: 2 +Release: 3 Summary: High-level tracing language for Linux eBPF License: ASL 2.0 @@ -36,7 +36,8 @@ and predecessor tracers such as DTrace and SystemTap. %cmake . \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DBUILD_TESTING:BOOL=OFF \ - -DBUILD_SHARED_LIBS:BOOL=OFF + -DBUILD_SHARED_LIBS:BOOL=OFF \ + -DENABLE_LLVM_SHARED=1 %make_build @@ -64,6 +65,9 @@ find %{buildroot}%{_datadir}/%{name}/tools -type f -exec \ %changelog +* Thu Jun 9 2022 LemmyHuang - 0.14.1-3 +- fix abort on startup caused by llvm compiler + * Sat May 7 2022 liyanan - 0.14.1-2 - Fix 'bpftrace symbols are stripped'