- libunwind is available on all Fedora arches

epel9
Dan Horák 5 years ago
parent f3609faa1b
commit d99d0bd41b

@ -2,7 +2,7 @@
Name: zeromq Name: zeromq
Version: 4.3.2 Version: 4.3.2
Release: 2%{?dist} Release: 3%{?dist}
Summary: Software library for fast, message-based applications Summary: Software library for fast, message-based applications
License: LGPLv3+ License: LGPLv3+
@ -14,9 +14,7 @@ BuildRequires: automake
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: libtool BuildRequires: libtool
BuildRequires: libsodium-devel BuildRequires: libsodium-devel
%ifarch %{arm} aarch64 hppa ia64 mips ppc %{power64} %{ix86} x86_64
BuildRequires: libunwind-devel BuildRequires: libunwind-devel
%endif
%if %{with pgm} %if %{with pgm}
BuildRequires: openpgm-devel BuildRequires: openpgm-devel
@ -62,9 +60,7 @@ autoreconf -fi
--with-libgssapi_krb5 \ --with-libgssapi_krb5 \
%endif %endif
--with-libsodium \ --with-libsodium \
%ifarch %{arm} aarch64 hppa ia64 mips ppc %{power64} %{ix86} x86_64
--enable-libunwind \ --enable-libunwind \
%endif
--disable-Werror \ --disable-Werror \
--disable-static --disable-static
%make_build %make_build
@ -98,6 +94,9 @@ make check V=1 || ( cat test-suite.log && exit 1 )
%changelog %changelog
* Wed Apr 15 2020 Dan Horák <dan[at]danny.cz> - 4.3.2-3
- libunwind is available on all Fedora arches
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.3.2-2 * Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.3.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

Loading…
Cancel
Save