pull in patch from upstream so that samples will build on 32 bit arches with

largefile support, enables gerbera to run on armv7hl and i686

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
epel8
Dennis Gilmore 6 years ago
parent a92ab73031
commit 853f61e28f

@ -1,12 +1,13 @@
Version: 1.8.3
Summary: Universal Plug and Play (UPnP) SDK
Name: libupnp
Release: 3%{?dist}
Release: 4%{?dist}
License: BSD
URL: https://sourceforge.net/projects/pupnp
Source: https://downloads.sourceforge.net/pupnp/%{name}-%{version}.tar.bz2
Patch0: 96.patch
BuildRequires: gcc
BuildRequires: gcc autoconf automake
%description
@ -24,12 +25,11 @@ the UPnP SDK libraries.
%prep
%setup -q
%patch0 -p1
autoreconf
%build
%configure \
%if 0%{?__isa_bits} == 32
--disable-largefile \
%endif
--enable-static=no \
--enable-ipv6
@ -59,6 +59,10 @@ sed -i.rpath 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
%{_libdir}/pkgconfig/libupnp.pc
%changelog
* Thu Dec 13 2018 Dennis Gilmore <dennis@ausil.us> - 1.8.3-4
- pull in patch from upstream so that samples will build on 32 bit arches with
- largefile support, enables gerbera to run on armv7hl and i686
* Fri Jul 20 2018 Nicolas Chauvet <kwizart@gmail.com> - 1.8.3-3
- Add missng cc

Loading…
Cancel
Save