--disable-upnp added

This commit is contained in:
nucleo 2019-05-10 22:59:38 +03:00
parent afe749ae52
commit 8d609883d3
1 changed files with 4 additions and 3 deletions

View File

@ -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 <nucleo@fedoraproject.org> - 3.6.1-32
- disabled upnp on i386 and armv7hl
- disabled upnp on i686 and armv7hl
* Sun Feb 17 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.6.1-31
- Rebuild for readline 8.0