From 8d609883d38c27320220109e6bedcf023b005bcd Mon Sep 17 00:00:00 2001 From: nucleo Date: Fri, 10 May 2019 22:59:38 +0300 Subject: [PATCH] --disable-upnp added --- linphone.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/linphone.spec b/linphone.spec index 3aaf09f..a70ce67 100644 --- a/linphone.spec +++ b/linphone.spec @@ -27,9 +27,7 @@ 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 @@ -145,6 +143,9 @@ done --enable-rsvp \ --enable-ssl \ --enable-zrtp \ +%ifarch i686 armv7hl + --disable-upnp \ +%endif --enable-external-ortp make %{?_smp_mflags} @@ -217,7 +218,7 @@ mv $RPM_BUILD_ROOT%{_datadir}/doc/mediastreamer*/html doc/mediastreamer %changelog * Fri May 10 2019 Alexey Kurov - 3.6.1-32 -- disabled upnp on i386 and armv7hl +- disabled upnp on i686 and armv7hl * Sun Feb 17 2019 Igor Gnatenko - 3.6.1-31 - Rebuild for readline 8.0