Skip to content

Commit

Permalink
Update libunwind version disable per thread cache
Browse files Browse the repository at this point in the history
  • Loading branch information
gartung authored Jan 26, 2025
1 parent a71fbf6 commit 490f79a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libunwind.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### RPM external libunwind 1.7.2-master
%define tag 24947191d61dda869e039e0414fe97e9f594acd5
### RPM external libunwind 1.8.1
%define tag 9cc4d98b22ae57bc1d8c253988feb85d4298a634
%define branch master
Source0: git://github.com/%{n}/%{n}.git?obj=%{branch}/%{tag}&export=%{n}-%{realversion}&output=/%{n}-%{realversion}-%{tag}.tgz

Expand All @@ -14,7 +14,7 @@ autoreconf -fiv
./configure CFLAGS="-g -O3 -fcommon" \
CPPFLAGS="-I${ZLIB_ROOT}/include -I${XZ_ROOT}/include" \
LDFLAGS="-L${ZLIB_ROOT}/lib -L${XZ_ROOT}/lib" \
--prefix=%{i} --disable-block-signals --enable-zlibdebuginfo
--prefix=%{i} --disable-block-signals --enable-zlibdebuginfo --disable-per-thread-cache
make %{makeprocesses}

%install
Expand Down

0 comments on commit 490f79a

Please sign in to comment.