From afe749ae52194eeda4a5ec41f745697cb27b2502 Mon Sep 17 00:00:00 2001 From: nucleo Date: Fri, 10 May 2019 22:43:09 +0300 Subject: [PATCH] disabled upnp on i386 and armv7hl --- linphone.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/linphone.spec b/linphone.spec index 9a6739b..3aaf09f 100644 --- a/linphone.spec +++ b/linphone.spec @@ -1,6 +1,6 @@ Name: linphone Version: 3.6.1 -Release: 31%{?dist} +Release: 32%{?dist} Summary: Phone anywhere in the whole world by using the Internet License: GPLv2+ @@ -26,7 +26,10 @@ BuildRequires: libeXosip2-devel >= 3.6.0 BuildRequires: libpcap-devel BuildRequires: libsoup-devel BuildRequires: libudev-devel +# on i386, armv7hl error: libupnp uses large file support, so users must do that, too +%ifnarch i386 armv7hl BuildRequires: libupnp-devel +%endif BuildRequires: openssl-devel BuildRequires: pulseaudio-libs-devel @@ -213,6 +216,9 @@ mv $RPM_BUILD_ROOT%{_datadir}/doc/mediastreamer*/html doc/mediastreamer %{_libdir}/pkgconfig/mediastreamer.pc %changelog +* Fri May 10 2019 Alexey Kurov - 3.6.1-32 +- disabled upnp on i386 and armv7hl + * Sun Feb 17 2019 Igor Gnatenko - 3.6.1-31 - Rebuild for readline 8.0