Use xxhash functions inlined since xxhash is buildroot-only in RHEL 10
Resolves: RHEL-87003 Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
parent
e3bea171f8
commit
34bd28f300
@ -3,7 +3,7 @@
|
||||
|
||||
Name: libabigail
|
||||
Version: 2.7
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Set of ABI analysis tools
|
||||
|
||||
License: Apache-2.0 WITH LLVM-exception
|
||||
@ -97,7 +97,7 @@ them manually.
|
||||
%autosetup -v -S git
|
||||
|
||||
%build
|
||||
%configure --enable-btf --enable-ctf --disable-silent-rules --disable-zip-archive --disable-static
|
||||
%configure --enable-btf --enable-ctf --disable-silent-rules --disable-zip-archive --disable-static --enable-inlined-xxhash
|
||||
make %{?_smp_mflags}
|
||||
pushd doc
|
||||
make html-doc
|
||||
@ -163,6 +163,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue May 6 2025 Dodji Seketeli <dodji@redhat.com> - 2.7-2
|
||||
- Use xxhash functions inlined since xxhash is buildroot-only in RHEL 10.1
|
||||
|
||||
* Mon Apr 14 2025 Dodji Seketeli <dodji@redhat.com> - 2.7.1
|
||||
- Update to upstream 2.7 tarball
|
||||
- Update to changing SONAME (libabigail.so.6.0.0)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user